initial commit
This commit is contained in:
commit
859594f779
6 changed files with 583 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue