Files
rayhunter/rootshell/Cargo.toml
2025-05-16 12:19:03 -07:00

10 lines
228 B
TOML

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