From ed5baeafd6eab65541f7b639e593cf23712e93f2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 2 Jan 2022 04:04:41 -0600 Subject: Remove unused feature flags --- Cargo.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Cargo.toml') 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 "] 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" -- cgit v1.2.3