mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
Uprev to 0.2.32 for getgrnam_r. BUG=none TEST=./build_test CQ-DEPEND=CL:734622 Change-Id: I4bc924633b179258c815eaf38f25e7e53d3f0fa5 Reviewed-on: https://chromium-review.googlesource.com/733729 Commit-Ready: Stephen Barber <smbarber@chromium.org> Tested-by: Stephen Barber <smbarber@chromium.org> Reviewed-by: Zach Reizner <zachr@chromium.org>
22 lines
499 B
TOML
22 lines
499 B
TOML
[package]
|
|
name = "crosvm"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = 'abort'
|
|
|
|
[dependencies]
|
|
devices = { path = "devices" }
|
|
io_jail = { path = "io_jail" }
|
|
kvm = { path = "kvm" }
|
|
sys_util = { path = "sys_util" }
|
|
kernel_loader = { path = "kernel_loader" }
|
|
libc = "=0.2.32"
|
|
byteorder = "=1.1.0"
|
|
vm_control = { path = "vm_control" }
|
|
data_model = { path = "data_model" }
|
|
|
|
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
|
x86_64 = { path = "x86_64" }
|