more refactor

This commit is contained in:
LiBr
2026-04-10 20:34:14 +08:00
parent 8d31144741
commit 72123cc922
47 changed files with 868 additions and 365 deletions

View File

@@ -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" }