From b2e411de770a437dbdf31408b877e2952759e57a Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 7 Aug 2025 11:40:05 -0400 Subject: WORKING add test --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.3