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

15 lines
320 B
TOML
Raw Normal View History

[package]
name = "wasm-hbc"
version = "0.1.0"
edition = "2021"
2024-10-10 12:01:12 -05:00
[lib]
crate-type = ["cdylib"]
[dependencies]
2024-10-12 06:07:49 -05:00
hblang = { workspace = true, features = [] }
hbvm.workspace = true
2024-10-12 08:04:58 -05:00
log = { version = "0.4.22", features = ["release_max_level_error"] }
2024-10-12 06:07:49 -05:00
wasm-rt = { version = "0.1.0", path = "../wasm-rt", features = ["log"] }