asterinas/ostd/libs/linux-bzimage/builder/Cargo.toml

21 lines
523 B
TOML

[package]
name = "linux-bzimage-builder"
description = "Linux boot compatibility for modern OSes"
version.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
align_ext.workspace = true
bitflags.workspace = true
bytemuck.workspace = true
libflate = { workspace = true, features = [ "std" ] }
serde.workspace = true
xmas-elf.workspace = true
[lints]
workspace = true