From 37d304a6f95b8488d45f9adcc0c8742d3b121d2f Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 14 May 2022 14:20:44 +0100 Subject: (cli): Change from structopt to clap3-derive Signed-off-by: Daniel Silverstone --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 523794a..7e07c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,7 @@ ast_08 = ["pandoc_ast_08"] [dependencies] anyhow = "1" base64 = "0.13.0" +clap = { version = "3", features = ["derive", "env"] } file_diff = "1" git-testament = "0.2" lazy_static = "1" @@ -41,7 +42,6 @@ serde = { version = "1.0.101", features = ["derive"] } serde-aux = { version = "3.0", default-features = false } serde_json = "1.0" serde_yaml = "0.8.11" -structopt = "0.3" tempfile = "3.1.0" tempfile-fast = "0.3.1" thiserror = "1" -- cgit v1.2.1