summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"