Files
rayhunter/rootshell/Cargo.toml
Cooper Quintin 5b9dd856a8 version bump
2025-05-30 10:13:34 -07:00

10 lines
228 B
TOML

[package]
name = "rootshell"
version = "0.3.2"
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"] }