From 6013b4b2a7d63cf122322e8aa104b8831dba1c1f Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Sat, 30 May 2020 11:26:26 -0600 Subject: [PATCH] Add clap-utils to workspace (#10340) Without it, Rust Analyzer reports an error in the IDE --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5108ab02b..b708fa2e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ members = [ "bench-tps", "accounts-bench", "banking-bench", + "clap-utils", "cli-config", "client", "core",