crosvm/kernel_loader/Cargo.toml

12 lines
195 B
TOML
Raw Normal View History

[package]
name = "kernel_loader"
version = "0.1.0"
edition = "2018"
[dependencies]
libc = "*"
base = { path = "../base" }
vm_memory = { path = "../vm_memory" }
[dev-dependencies]
tempfile = "*"