We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246b3f7 commit 5d725dfCopy full SHA for 5d725df
src/devices/Cargo.toml
@@ -23,7 +23,7 @@ crossbeam-channel = ">=0.5.15"
23
libc = ">=0.2.39"
24
libloading = "0.8"
25
log = "0.4.0"
26
-nix = { version = "0.30.1", features = ["ioctl", "net", "poll", "socket"] }
+nix = { version = "0.30.1", features = ["ioctl", "net", "poll", "socket", "fs"] }
27
pw = { package = "pipewire", version = "0.8.0", optional = true }
28
rand = "0.9.2"
29
thiserror = { version = "2.0", optional = true }
0 commit comments