crosvm/fuse/Cargo.toml
Victor Hsieh fc255a9d5c fuse: Multiple threads support
An internal namespace is created as a signal to discourage the use of
the new public API directly.

BUG=b:220386264
TEST=Use the API. See multiple threads in the FUSE process

Cq-Depend: chromium:3514800
Change-Id: I8b9d6321c5dffedb27c6c1ddc6d6b0e125d3cf18
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3514618
Auto-Submit: Victor Hsieh <victorhsieh@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Victor Hsieh <victorhsieh@chromium.org>
2022-03-17 22:01:01 +00:00

18 lines
270 B
TOML

[package]
name = "fuse"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
[lib]
path = "src/lib.rs"
[dependencies]
base = "*"
bitflags = "1"
crossbeam-utils = "0.8"
data_model = "*"
enumn = "0.1.0"
libc = "*"
remain = "0.2"
thiserror = "1.0.20"