Files
rayhunter/rootshell/Cargo.toml
2025-11-04 12:41:01 -08:00

10 lines
228 B
TOML

[package]
name = "rootshell"
version = "0.8.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nix = { version = "0.29.0", features = ["user"] }