forked from AbleOS/holey-bytes
11 lines
165 B
TOML
11 lines
165 B
TOML
[package]
|
|
name = "wasm-hbfmt"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
hblang = { workspace = true, features = ["no_log"] }
|