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"