mirror of
https://github.com/exo-explore/exo.git
synced 2026-09-12 21:38:59 -04:00
enable nix fs support
This commit is contained in:
1 parent
1b4d7e6c68
commit
9dc1cf78fc
1 file changed
+1
-1
@@ -7,7 +7,7 @@ edition.workspace = true
|
||||
color-eyre = "0.6.5"
|
||||
futures-lite.workspace = true
|
||||
ipnet = "2.12.0"
|
||||
nix = { version = "0.31", features = ["signal", "process", "user", "net"] }
|
||||
nix = { version = "0.31", features = ["fs", "signal", "process", "user", "net"] }
|
||||
netdev = "0.42"
|
||||
ahash = "0.8.12"
|
||||
arrayvec = "0.7.6"
|
||||
|
||||
Reference in new issue
Block a user