holey-bytes/depell/wasm-hbfmt/Cargo.toml

11 lines
215 B
TOML
Raw Normal View History

2024-10-08 17:17:13 -05:00
[package]
name = "wasm-hbfmt"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
2024-10-10 02:51:03 -05:00
hblang = { version = "0.1.0", path = "../../hblang", default-features = false, features = ["no_log"] }