summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-09-05 14:10:46 +0200
committerJeffrey Vander Stoep <jeffv@google.com>2022-09-05 12:16:38 +0000
commit0f1a337ebb0cfa83ef2979ba5344473a4f8a0848 (patch)
treea00c3fd60c6a71803a0fcba64a36c65e0c755daa
parent67d02b2777d8ad3b10be8ef6e008538990215d63 (diff)
downloadmanifest-0f1a337ebb0cfa83ef2979ba5344473a4f8a0848.tar.gz
Add clap_derive
Needed for the migration away from clap 2.x and structopt crates to clap 3.x. Bug: 229854484 Test: repo sync Change-Id: I698207a2be551d4a5a6306e469b61f799c6dc55d
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index becdfe617..e6fd1d8cc 100644
--- a/default.xml
+++ b/default.xml
@@ -494,6 +494,7 @@
<project path="external/rust/crates/ciborium-ll" name="platform/external/rust/crates/ciborium-ll" groups="pdk" />
<project path="external/rust/crates/clang-sys" name="platform/external/rust/crates/clang-sys" groups="pdk" />
<project path="external/rust/crates/clap" name="platform/external/rust/crates/clap" groups="pdk" />
+ <project path="external/rust/crates/clap_derive" name="platform/external/rust/crates/clap_derive" groups="pdk" />
<project path="external/rust/crates/clap_lex" name="platform/external/rust/crates/clap_lex" groups="pdk" />
<project path="external/rust/crates/codespan-reporting" name="platform/external/rust/crates/codespan-reporting" groups="pdk" />
<project path="external/rust/crates/combine" name="platform/external/rust/crates/combine" groups="pdk" />