rudo/Cargo.toml

21 lines
428 B
TOML

[package]
name = "rudo"
version = "1.0.0-alpha"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bincode = "1.3.3"
fork = "0.1.22"
libc = "0.2.149"
pam = "0.7.0"
rpassword = "7.2.0"
serde = { version = "1.0.189", features = ["derive"] }
strum = "0.26.1"
strum_macros = "0.26.1"
toml = "0.8.2"
unix_mode = "0.1.4"
users = "0.11.0"
which = "6.0.0"