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

17 lines
489 B
TOML
Raw Normal View History

2023-11-12 07:49:35 +00:00
[package]
2023-12-29 07:32:06 +00:00
name = "linux-bzimage-builder"
2024-12-02 02:18:16 +00:00
version = "0.10.0"
2023-11-12 07:49:35 +00:00
edition = "2021"
description = "Linux boot compatibility for modern OSes"
license = "MPL-2.0"
repository = "https://github.com/asterinas/asterinas"
2023-11-12 07:49:35 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = { version = "1.17.0", features = ["derive"] }
2023-11-12 07:49:35 +00:00
bitflags = "1.3"
libflate = "2.1.0"
2023-11-12 07:49:35 +00:00
serde = { version = "1.0.192", features = ["derive"] }
xmas-elf = "0.9.1"