21 lines
569 B
TOML
21 lines
569 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 = { 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
|