diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-01-02 04:04:41 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-01-02 04:08:43 -0600 |
| commit | ed5baeafd6eab65541f7b639e593cf23712e93f2 (patch) | |
| tree | d90e5b278e0a58a66d77193b95be7cd5a383ac28 /Cargo.toml | |
| parent | d6dead36761f4731951026f48bc3a8d83260b9e5 (diff) | |
Remove unused feature flags
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -3,15 +3,9 @@ name = "blown-fuse" version = "0.2.0" authors = ["Alejandro Soto <alejandro@34project.org>"] edition = "2021" -description = "Filesystem in Userspace" +description = "Async filesystem in userspace (FUSE) daemon library" license = "LGPL-3.0-or-later" -[features] -default = ["server", "mount"] -server = [] -mount = ["server"] -client = [] - [dependencies] bitflags = "1.3.2" bytemuck = "1.7.3" |
