enable nix fs support

This commit is contained in:
Andrei Cravtov committed 2026-04-23 14:41:28 +01:00
1 parent 1b4d7e6c68
commit 9dc1cf78fc
1 file changed
+1 -1
+1 -1
View File
@@ -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"