rkgk/crates/haku-wasm/Cargo.toml
2024-08-10 23:10:22 +02:00

15 lines
270 B
TOML

[package]
name = "haku-wasm"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
arrayvec = { version = "0.7.4", default-features = false }
dlmalloc = { version = "0.2.6", features = ["global"] }
haku.workspace = true
log.workspace = true