holey-bytes/hbxrt/Cargo.toml

10 lines
189 B
TOML
Raw Normal View History

2023-09-26 16:36:27 -05:00
[package]
name = "hbxrt"
version = "0.1.0"
edition = "2021"
default-run = "hbxrt"
2023-09-26 16:36:27 -05:00
[dependencies]
hbvm.path = "../hbvm"
nix = { version = "0.27", features = ["mman"] }