diff options
| author | Brian Cully <bjc@spork.org> | 2025-08-07 11:40:05 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-08-07 11:42:35 -0400 |
| commit | b2e411de770a437dbdf31408b877e2952759e57a (patch) | |
| tree | ecb124526bca7c8aa1a6a48999188a393bce1c71 /Cargo.toml | |
| download | addem-rust-wasm-b2e411de770a437dbdf31408b877e2952759e57a.tar.gz addem-rust-wasm-b2e411de770a437dbdf31408b877e2952759e57a.zip | |
WORKING add test
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..64c79ab --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "addem" +version = "0.1.0" +edition = "2024" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +wasm-bindgen = "0.2" |
