From 411e83ef44c4fd9ea0d4489f29b35bb2d47c388b Mon Sep 17 00:00:00 2001 From: Guillaume Pasquet Date: Sat, 12 Feb 2022 22:19:01 +0000 Subject: Added command-line args, execution in context --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2fa9694..2cabd7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] ureq = { version = "2.3.1", features = ["json"] } +clap = { version = "3.0.14", features = ["derive"] } serde = "*" serde_json = "*" jsonformat = "1.2.0" - -- cgit v1.2.3