holey-bytes/hbbytecode/Cargo.toml
2024-09-20 08:20:48 +02:00

10 lines
124 B
TOML

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