reorganize dependencies

This commit is contained in:
Sosthene 2024-05-27 21:56:12 +02:00
parent 77ed38090f
commit 53b12127ed

View File

@ -7,12 +7,12 @@ edition = "2021"
crate-type = ["cdylib", "rlib"] crate-type = ["cdylib", "rlib"]
[dependencies] [dependencies]
aes-gcm = "0.10.3"
anyhow = "1.0" anyhow = "1.0"
js-sys = "0.3.69"
rand = "0.8.5"
serde = { version = "1.0.193", features = ["derive"] } serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108" serde_json = "1.0.108"
sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "sp_client" } sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "sp_client" }
uuid = { version = "1.6.1", features = ["serde", "v4"] }
aes-gcm = "0.10.3"
rand = "0.8.5"
tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" }
wasm-bindgen = "0.2.91" wasm-bindgen = "0.2.91"