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

12 lines
218 B
TOML
Raw Permalink 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]
hblang = { workspace = true, features = ["no_log"] }
2024-10-12 06:07:49 -05:00
wasm-rt = { version = "0.1.0", path = "../wasm-rt" }