Files
mnote/rust/crates/tree-shell-runtime-wasm/Cargo.toml
T

19 lines
367 B
TOML

[package]
name = "tree-shell-runtime-wasm"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
console_error_panic_hook = "0.1.7"
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.6"
wasm-bindgen = "0.2"
[dev-dependencies]
serde_json = "1"