summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 64c79ab64ac4bce5de2d91a0b026d411f02d5899 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "addem"
version = "0.1.0"
edition = "2024"

[lib]
crate-type = ["cdylib"]

[dependencies]
wasm-bindgen = "0.2"