rudo/Cargo.toml

21 lines
428 B
TOML
Raw Normal View History

2023-12-25 02:38:31 +00:00
[package]
name = "rudo"
2024-02-08 12:17:07 +00:00
version = "1.0.0-alpha"
2023-12-25 02:38:31 +00:00
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"] }
2024-02-08 12:17:07 +00:00
strum = "0.26.1"
strum_macros = "0.26.1"
2023-12-25 02:38:31 +00:00
toml = "0.8.2"
unix_mode = "0.1.4"
users = "0.11.0"
2024-02-08 12:17:07 +00:00
which = "6.0.0"