summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaiyi Li <kaiyili@google.com>2023-07-24 18:23:10 -0700
committerKaiyi Li <kaiyili@google.com>2023-07-27 17:45:10 -0700
commit89e08be5f179e673eb03005b9f7a3bb17be5096a (patch)
tree86502c6f117d51f1b21730c51edee9dcc300f7b1
parent236df4b397db8d9839e072c42d6c9de654a22d9d (diff)
downloadmanifest-89e08be5f179e673eb03005b9f7a3bb17be5096a.tar.gz
Add bytemuck Rust crate
Bug: b/292658906 Bug: b/288486627 Change-Id: I3f639d40afd6d3995eade1b4a4bb4c4258cc93bb
-rw-r--r--default.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index c32e23d1d..a32135086 100644
--- a/default.xml
+++ b/default.xml
@@ -520,6 +520,8 @@
<project path="external/rust/crates/bitreader" name="platform/external/rust/crates/bitreader" groups="pdk" />
<project path="external/rust/crates/bstr" name="platform/external/rust/crates/bstr" groups="pdk" />
<project path="external/rust/crates/buddy_system_allocator" name="platform/external/rust/crates/buddy_system_allocator" groups="pdk" />
+ <project path="external/rust/crates/bytemuck" name="platform/external/rust/crates/bytemuck" groups="pdk" />
+ <project path="external/rust/crates/bytemuck_derive" name="platform/external/rust/crates/bytemuck_derive" groups="pdk" />
<project path="external/rust/crates/byteorder" name="platform/external/rust/crates/byteorder" groups="pdk" />
<project path="external/rust/crates/bytes" name="platform/external/rust/crates/bytes" groups="pdk" />
<project path="external/rust/crates/cast" name="platform/external/rust/crates/cast" groups="pdk" />