diff options
Diffstat (limited to 'backup/Cargo.toml')
-rw-r--r-- | backup/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backup/Cargo.toml b/backup/Cargo.toml index 699fe53..c4ba3cc 100644 --- a/backup/Cargo.toml +++ b/backup/Cargo.toml @@ -11,4 +11,5 @@ tar = "0.4" zstd = "0.13" chrono = "0.4" regex = "1" -duct = "0.13" # für shell-like commands
\ No newline at end of file +duct = "0.13" +clap = { version = "4", features = ["derive"] } |