1[package] 2name = "fuse" 3version = "0.1.0" 4authors = ["The Chromium OS Authors"] 5edition = "2018" 6 7[lib] 8path = "src/lib.rs" 9 10[dependencies] 11base = { path = "../base" } 12bitflags = "1" 13data_model = { path = "../data_model" } 14enumn = { path = "../enumn" } 15libc = "*" 16thiserror = "1.0.20" 17