diff options
Diffstat (limited to 'rust-src/Cargo.toml')
-rw-r--r-- | rust-src/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-src/Cargo.toml b/rust-src/Cargo.toml index b490400c..e88c05fe 100644 --- a/rust-src/Cargo.toml +++ b/rust-src/Cargo.toml @@ -14,6 +14,7 @@ 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.4.4" anyhow = "1.0" libc = "0.2.69" udev = "0.7.0" |