holey-bytes/hbxrt/Cargo.toml

10 lines
189 B
TOML

[package]
name = "hbxrt"
version = "0.1.0"
edition = "2021"
default-run = "hbxrt"
[dependencies]
hbvm.path = "../hbvm"
nix = { version = "0.27", features = ["mman"] }