From 5c544de74b64fc08029d09d12ecde894b5e78078 Mon Sep 17 00:00:00 2001 From: edef Date: Tue, 3 May 2022 00:08:20 +0000 Subject: ripple/fossil: use clap This adds clap to all our binaries. Only add currently takes any args, but previously, the others did not reject args as they should. Change-Id: I6257fb3b218c624ee0124f6ed7313a579db88c4c --- ripple/fossil/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'ripple/fossil/Cargo.toml') diff --git a/ripple/fossil/Cargo.toml b/ripple/fossil/Cargo.toml index 4008691..a1f39fb 100644 --- a/ripple/fossil/Cargo.toml +++ b/ripple/fossil/Cargo.toml @@ -19,6 +19,7 @@ env_logger = "0.9.0" lazy_static = "1.4.0" bao = "0.12.0" anyhow = "1.0.53" +clap = { version = "3.1.15", features = ["derive"] } [build-dependencies] prost-build = "0.8.0" -- cgit 1.4.1