15 lines
379 B
TOML
15 lines
379 B
TOML
[package]
|
|
name = "argus-wasm"
|
|
version = "0.1.4" # follows argus version
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
argus = { git = "https://deemz.org/git/research/argus.git", rev="654a0521f7020b059e134a477f280a8a5a98a490" }
|
|
js-sys = "0.3.82"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde-wasm-bindgen = "0.6.5"
|
|
serde_json = "1.0.145"
|
|
wasm-bindgen = "0.2.105"
|
|
|