mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
21 lines
576 B
TOML
21 lines
576 B
TOML
[package]
|
|
name = "linux-bzimage-builder"
|
|
version = "0.14.1"
|
|
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]
|
|
align_ext = { version = "0.1.0", path = "../../align_ext" }
|
|
bitflags = "1.3"
|
|
bytemuck = { version = "1.17.0", features = ["derive"] }
|
|
libflate = "2.1.0"
|
|
serde = { version = "1.0.192", features = ["derive"] }
|
|
xmas-elf = "0.10.0"
|
|
|
|
[lints]
|
|
workspace = true
|