holey-bytes/hbxrt/Cargo.toml

10 lines
199 B
TOML
Raw Normal View History

2023-09-26 21:36:27 +00:00
[package]
name = "hbxrt"
version = "0.1.0"
edition = "2021"
default-run = "hbxrt"
2023-09-26 21:36:27 +00:00
[dependencies]
hbvm.path = "../hbvm"
2023-10-19 22:12:32 +00:00
nix = { version = "0.27", features = ["mman", "signal"] }