mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 17:44:10 +00:00
8a7550c40a
Thie effort is splitted into multiple CLs, to reduce change size and also make bisecing breakages easier. TESTED=CQ only BUG=b:204409584 Change-Id: Ie90f171bd5f74b732df3129e94733f3b34621092 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4210751 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Zihan Chen <zihanchen@google.com>
17 lines
325 B
TOML
17 lines
325 B
TOML
[package]
|
|
name = "kernel_loader"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
data_model = { path = "../common/data_model" }
|
|
libc = "*"
|
|
base = { path = "../base" }
|
|
remain = "*"
|
|
resources = { path = "../resources" }
|
|
thiserror = "*"
|
|
vm_memory = { path = "../vm_memory" }
|
|
zerocopy = "*"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|