holey-bytes/bytecode/Cargo.toml

11 lines
125 B
TOML

[package]
name = "hbbytecode"
version = "0.1.0"
edition = "2018"
[features]
default = ["disasm"]
std = []
disasm = ["std"]