Mark Poliakov 566a2341f5 Add 'boot/yboot-proto/' from commit 'a38d34db7284340282d1d2a5d578e39573358229'
git-subtree-dir: boot/yboot-proto
git-subtree-mainline: b8e3d1e3f8834f6a5a8f879a8bd79edd84b60c77
git-subtree-split: a38d34db7284340282d1d2a5d578e39573358229
2024-03-12 15:54:37 +02:00

16 lines
344 B
TOML

[package]
name = "yboot-proto"
version = "0.1.0"
edition = "2021"
authors = ["Mark Poliakov <mark@alnyan.me>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = { version = "1.13.1", features = ["derive"] }
[features]
default = []
dep-of-kernel = []
dep-of-yboot = []