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

20 lines
515 B
TOML

[package]
name = "linux-bzimage-builder"
version = "0.11.2"
edition = "2021"
description = "Linux boot compatibility for modern OSes"
license = "MPL-2.0"
repository = "https://github.com/asterinas/asterinas"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = { version = "1.17.0", features = ["derive"] }
bitflags = "1.3"
libflate = "2.1.0"
serde = { version = "1.0.192", features = ["derive"] }
xmas-elf = "0.9.1"
[lints]
workspace = true