initial commit

This commit is contained in:
Joeri Exelmans 2025-11-03 13:34:13 +01:00
commit 859594f779
6 changed files with 583 additions and 0 deletions

11
Cargo.toml Normal file
View 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"