mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
1661dfca89
This is a new major version, and requires some code changes. Change-Id: I294ce3604aad6e6dc5f50e33246b690e883c1e36 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4481294 Auto-Submit: Andrew Walbran <qwandor@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com>
20 lines
362 B
TOML
20 lines
362 B
TOML
[package]
|
|
name = "fuse"
|
|
version = "0.1.0"
|
|
authors = ["The ChromiumOS Authors"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
base = "*"
|
|
bitflags = "2.2.1"
|
|
crossbeam-utils = "0.8"
|
|
cros_tracing = { path = "../cros_tracing" }
|
|
data_model = { path = "../common/data_model" }
|
|
enumn = "0.1.0"
|
|
libc = "*"
|
|
remain = "0.2"
|
|
thiserror = "1.0.20"
|
|
zerocopy = "*"
|