Files
HEL/helwasm/Cargo.toml
T
2023-01-06 16:16:04 +01:00

23 lines
444 B
TOML

[package]
name = "helwasm"
version = "0.1.0"
authors = ["ok2"]
edition = "2021"
[lib]
name = "helwasm"
path = "src/lib.rs"
crate-type = ["cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hel = { version = "0.1.0", path = "../hel" }
lazy_static = "1.4.0"
wasm-bindgen = "0.2.83"
parking_lot = "0.12.1"
[dependencies.web-sys]
version = "0.3.4"
features = [ 'Document' ]