mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +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>
17 lines
246 B
TOML
17 lines
246 B
TOML
[package]
|
|
name = "fuse"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
base = "*"
|
|
bitflags = "1"
|
|
data_model = "*"
|
|
enumn = "0.1.0"
|
|
libc = "*"
|
|
remain = "0.2"
|
|
thiserror = "1.0.20"
|