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 d006605 commit 7e19c1eCopy full SHA for 7e19c1e
src/devices/Cargo.toml
@@ -24,7 +24,7 @@ crossbeam-channel = ">=0.5.15"
24
libc = ">=0.2.39"
25
libloading = "0.8"
26
log = "0.4.0"
27
-nix = { version = "0.30.1", features = ["ioctl", "net", "poll", "socket"] }
+nix = { version = "0.30.1", features = ["ioctl", "net", "poll", "socket", "fs"] }
28
pw = { package = "pipewire", version = "0.8.0", optional = true }
29
rand = "0.9.2"
30
thiserror = { version = "2.0", optional = true }
0 commit comments