mirror of
https://github.com/lbr77/SideImpactor.git
synced 2026-05-06 11:14:01 -04:00
more refactor
This commit is contained in:
@@ -5,18 +5,19 @@ edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
path = "rust-src/lib.rs"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1"
|
||||
|
||||
[dependencies]
|
||||
js-sys = "0.3"
|
||||
js-sys = "0.3.94"
|
||||
openssl = "0.10.75"
|
||||
openssl-sys = { path = "vendor/openssl-sys" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
wasm-bindgen = "0.2.100"
|
||||
web-sys = { version = "0.3", features = ["Window", "Crypto"] }
|
||||
wasm-bindgen = "0.2.117"
|
||||
web-sys = { version = "0.3.94", features = ["Window", "Crypto"] }
|
||||
|
||||
[patch.crates-io]
|
||||
openssl-sys = { path = "vendor/openssl-sys" }
|
||||
|
||||
Reference in New Issue
Block a user