mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-12-02 21:58:18 +00:00
c13c0c210b
Developers may need to manually clean up the common/enumn directory - it will be left behind if there are build artifacts (Cargo.lock, target directory, etc.): rm -rf common/enumn BUG=b:205344148 TEST=cargo build TEST=tools/presubmit TEST=emerge-hatch crosvm # with https://crrev.com/c/3265967 Change-Id: I1af3bdd22f40e87895a78a5cbc8033476058c927 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3278774 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
13 lines
195 B
TOML
13 lines
195 B
TOML
[package]
|
|
name = "libvda"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
links = "vda"
|
|
|
|
[dependencies]
|
|
enumn = "0.1.0"
|
|
libc = "*"
|
|
|
|
[build-dependencies]
|
|
pkg-config = "*"
|