ontology/Cargo.toml

11 lines
268 B
TOML

[package]
name = "ontology"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nix = { version = "0.28.0", features = ["ptrace", "process"] }
linux-personality = "1.0.0"