diff options
| author | Max Audron <audron@cocaine.farm> | 2022-06-07 12:28:18 +0200 |
|---|---|---|
| committer | Maximilian Manz <maximilian.manz@de.clara.net> | 2022-06-20 11:33:04 +0200 |
| commit | dc8056cbf2d6ee54695171fefcbf26621ea2251e (patch) | |
| tree | 6c15e8567ad709f0395131b935e777cf4ede2b21 /Cargo.toml | |
| parent | init (diff) | |
replace structopt with clap 3
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" |
