11 lines
218 B
TOML
11 lines
218 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", branch="dev" }
|
|
wasm-bindgen = "0.2.105"
|
|
|