commit | b2ff2bc8457b81a54d25cc340ca1616b129a03f5 | [log] [tgz] |
---|---|---|
author | Balint Dobszay <balint.dobszay@arm.com> | Thu Dec 19 18:59:38 2024 +0100 |
committer | Balint Dobszay <balint.dobszay@arm.com> | Wed Feb 05 15:29:37 2025 +0100 |
tree | d11de9e5427163faf23b6a8fba8275524e4c9c40 | |
parent | c8802490b36edaa4055a80bca3f5ca9089de99e2 [diff] [blame] |
Move to zerocopy: boot info Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> Change-Id: Ifebe431448c38b7a829cf018f4fa8badbfb74d58
diff --git a/Cargo.toml b/Cargo.toml index cecea86..c2cd8bc 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -18,3 +18,5 @@ num_enum = { version = "0.7", default-features = false } thiserror = { version = "2.0.3", default-features = false } uuid = { version = "1.10", default-features = false } +zerocopy = "0.8" +zerocopy-derive = "0.8"