16 lines
344 B
TOML
Raw Permalink Normal View History

2023-07-28 00:22:27 +03:00
[package]
name = "yboot-proto"
version = "0.1.0"
edition = "2021"
2023-12-11 03:05:57 +02:00
authors = ["Mark Poliakov <mark@alnyan.me>"]
2023-07-28 00:22:27 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-11-06 10:40:09 +02:00
bytemuck = { version = "1.13.1", features = ["derive"] }
[features]
default = []
dep-of-kernel = []
dep-of-yboot = []