Files
netrunner-landing/matrix-engine/Cargo.toml
T
2026-04-24 13:49:04 +07:00

11 lines
178 B
TOML

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