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