diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ walkdir = "2" async-trait = "*" # Arg parsing and config -structopt = "0.3" +clap = { version = "3", features = ["derive"] } figment = { version = "0.10", features = ["toml", "yaml", "env"] } serde = "1" |
