aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2022-06-07 12:28:18 +0200
committerMaximilian Manz <maximilian.manz@de.clara.net>2022-06-20 11:33:04 +0200
commitdc8056cbf2d6ee54695171fefcbf26621ea2251e (patch)
tree6c15e8567ad709f0395131b935e777cf4ede2b21 /Cargo.toml
parentinit (diff)
replace structopt with clap 3
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"