Files
netrunner-landing/matrix-engine/Cargo.toml
T
2026-05-11 17:31:02 +07:00

11 lines
183 B
TOML

[package]
name = "matrix-engine"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
wasm-bindgen = "=0.2.100"
console_error_panic_hook = "0.1.7"