24 lines
483 B
TOML
24 lines
483 B
TOML
![]() |
[package]
|
||
|
name = "x2t-sandbox"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[workspace]
|
||
|
members = [
|
||
|
"x2t-sandbox-rulegen"
|
||
|
]
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0.75"
|
||
|
env_logger = "0.10.0"
|
||
|
libseccomp = "0.3.0"
|
||
|
log = "0.4.20"
|
||
|
nix = { version = "0.27.1", features = [ "process" ] }
|
||
|
x2t-sandbox-rulegen = { path = "./x2t-sandbox-rulegen" }
|
||
|
|
||
|
[build-dependencies]
|
||
|
anyhow = "1.0.75"
|
||
|
pkg-config = "0.3.27"
|