summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-01-02 04:04:41 -0600
committerAlejandro Soto <alejandro@34project.org>2022-01-02 04:08:43 -0600
commited5baeafd6eab65541f7b639e593cf23712e93f2 (patch)
treed90e5b278e0a58a66d77193b95be7cd5a383ac28 /Cargo.toml
parentd6dead36761f4731951026f48bc3a8d83260b9e5 (diff)
Remove unused feature flags
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4ae944a..6041ed9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"