initrd/Cargo.toml

12 lines
277 B
TOML
Raw Normal View History

2024-04-29 10:54:25 +00:00
[package]
name = "init"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libcryptsetup-rs = "0.9.3"
serde = { version = "1.0.198", features = ["derive"] }
serde_yaml = "0.9.34"