From a4c0a8f693506c1841babe2cd76b4817153b1a03 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 17 Jul 2022 08:57:02 +0300 Subject: chore: use clap v3 derive instead of structopt Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6ddc26d..f91a37d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ repository = "https://gitlab.com/larswirzenius/roadmap" [dependencies] anyhow = "1" +clap = { version = "3.2.12", features = ["derive"] } serde = { version = "1.0.134", features = ["derive"] } serde_yaml = "0.8" -structopt = "0.3" textwrap = "0.14" thiserror = "1" -- cgit v1.2.1