diff options
Diffstat (limited to 'rust-src/Cargo.toml')
-rw-r--r-- | rust-src/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rust-src/Cargo.toml b/rust-src/Cargo.toml index 84107d41..061d0641 100644 --- a/rust-src/Cargo.toml +++ b/rust-src/Cargo.toml @@ -11,7 +11,6 @@ crate-type = ["staticlib"] [dependencies] atty = "0.2.14" log = { version = "0.4", features = ["std"] } -chrono = { version = "0.4", default-features = false } colored = "2" clap = { version = "4.0.32", features = ["derive", "wrap_help"] } clap_complete = "4.3.2" @@ -20,8 +19,6 @@ libc = "0.2.69" udev = "0.7.0" uuid = "1.2.2" gag = "1.0.0" -getset = "0.1" -parse-display = "0.1" errno = "0.2" either = "1.5" rpassword = "4" |