21 lines
538 B
TOML
21 lines
538 B
TOML
[package]
|
|
name = "sdk_common"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
aes-gcm = "0.10.3"
|
|
anyhow = "1.0"
|
|
js-sys = "0.3.69"
|
|
rand = "0.8.5"
|
|
serde = { version = "1.0.193", features = ["derive"] }
|
|
serde_json = "1.0.108"
|
|
# sp_client = { path = "../sp-client" }
|
|
sp_client = { git = "https://github.com/Sosthene00/sp-client.git", branch = "master" }
|
|
tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" }
|
|
uuid = { version = "1.10.0", features = ["v4"] }
|
|
wasm-bindgen = "0.2.91"
|