holey-bytes/hbxrt/Cargo.toml
2023-10-22 04:21:45 +02:00

10 lines
199 B
TOML

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