summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ripple/fossil/Cargo.toml17
1 files changed, 5 insertions, 12 deletions
diff --git a/ripple/fossil/Cargo.toml b/ripple/fossil/Cargo.toml
index 0634152..0b8838b 100644
--- a/ripple/fossil/Cargo.toml
+++ b/ripple/fossil/Cargo.toml
@@ -12,18 +12,11 @@ bytes = "1.0.1"
 blake3 = { version = "0.3.8", features = ["rayon"] }
 sled = "0.34.6"
 byteorder = "1.4.3"
-fuser = { version = "0.11.0", optional = true }
-log = { version = "0.4.14", optional = true }
-libc = { version = "0.2.112", optional = true }
-env_logger = { version = "0.9.0", optional = true }
-lazy_static = { version = "1.4.0", optional = true }
+fuser = "0.11.0"
+log = "0.4.14"
+libc = "0.2.112"
+env_logger = "0.9.0"
+lazy_static = "1.4.0"
 
 [build-dependencies]
 prost-build = "0.8.0"
-
-[features]
-wip-mount = ["fuser", "log", "libc", "env_logger", "lazy_static"]
-
-[[bin]]
-name = "mount"
-required-features = ["wip-mount"]