mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
10 lines
229 B
TOML
10 lines
229 B
TOML
[package]
|
|
name = "rootshell"
|
|
version = "0.10.2"
|
|
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"] }
|