aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a1f55c..82a163b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"