diff options
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index cd71555851ff..ffa4426aef6a 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -58,5 +58,6 @@ tonic-mock = { git = "https://github.com/brainrake/tonic-mock", branch = "bump-d [features] default = ["fuse", "reflection"] -fuse = ["dep:libc", "dep:fuse-backend-rs"] +fs = ["dep:libc", "dep:fuse-backend-rs"] +fuse = ["fs"] reflection = ["tonic-reflection"] |