holey-bytes/depell/wasm-hbc/Cargo.toml
2024-10-12 13:07:49 +02:00

15 lines
266 B
TOML

[package]
name = "wasm-hbc"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
hblang = { workspace = true, features = [] }
hbvm.workspace = true
log = "0.4.22"
wasm-rt = { version = "0.1.0", path = "../wasm-rt", features = ["log"] }