asterinas/framework/libs/boot-wrapper/builder/Cargo.toml

13 lines
343 B
TOML

[package]
name = "aster-boot-wrapper-builder"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = { version = "1.14.0", features = ["derive"] }
bitflags = "1.3"
serde = { version = "1.0.192", features = ["derive"] }
xmas-elf = "0.9.1"