Newer
Older
edition = "2021"
license = "Apache-2.0"
authors = [
"Louis Capitanchik <louis@microhacks.co.uk>"
]
repository = "https://lab.lcr.gr/microhacks/forge-script.git"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.85"
serde-wasm-bindgen = "0.5.0"
forge-script-lang = { path = "../forge-script-lang", features = ["serde"] }
console_error_panic_hook = "0.1.7"