summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-07 11:40:05 -0400
committerBrian Cully <bjc@spork.org>2025-08-07 11:42:35 -0400
commitb2e411de770a437dbdf31408b877e2952759e57a (patch)
treeecb124526bca7c8aa1a6a48999188a393bce1c71 /Cargo.toml
downloadaddem-rust-wasm-b2e411de770a437dbdf31408b877e2952759e57a.tar.gz
addem-rust-wasm-b2e411de770a437dbdf31408b877e2952759e57a.zip
WORKING add test
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
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"