diff options
author | edef <edef@unfathomable.blue> | 2022-04-12 20:09:22 +0000 |
---|---|---|
committer | edef <edef@unfathomable.blue> | 2022-04-12 20:12:19 +0000 |
commit | af2a9cc77c41c7b51e75c5a48a94f47175cb1822 (patch) | |
tree | 3258afdbeaf3506b631e8223170b9dea124f3241 /ripple/fossil | |
parent | 6f38135886511ebc9d41862273b81396ad90becc (diff) | |
download | unf-legacy-af2a9cc77c41c7b51e75c5a48a94f47175cb1822.tar.zst |
ripple/fossil/mount: unflag
Change-Id: I9128e7d5b6dd7205cf0f9c398e4c94306b044046
Diffstat (limited to 'ripple/fossil')
-rw-r--r-- | ripple/fossil/Cargo.toml | 17 |
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"] |