argus-wasm/Cargo.toml
2025-11-05 09:59:08 +01:00

16 lines
436 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"
web-sys = { version = "0.3.82", features = ["console"] }