crosvm/kernel_loader/Cargo.toml

16 lines
272 B
TOML
Raw Normal View History

[package]
name = "kernel_loader"
version = "0.1.0"
edition = "2021"
[dependencies]
data_model = { path = "../common/data_model" }
libc = "*"
base = { path = "../base" }
remain = "*"
thiserror = "*"
vm_memory = { path = "../vm_memory" }
[dev-dependencies]
tempfile = "3"