From dc8056cbf2d6ee54695171fefcbf26621ea2251e Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 7 Jun 2022 12:28:18 +0200 Subject: replace structopt with clap 3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3