diff --git a/src/devices/Cargo.toml b/src/devices/Cargo.toml index cf69d3caa..c288b8e51 100644 --- a/src/devices/Cargo.toml +++ b/src/devices/Cargo.toml @@ -23,7 +23,7 @@ crossbeam-channel = ">=0.5.15" libc = ">=0.2.39" libloading = "0.8" log = "0.4.0" -nix = { version = "0.30.1", features = ["ioctl", "net", "poll", "socket"] } +nix = { version = "0.30.1", features = ["ioctl", "net", "poll", "socket", "fs"] } pw = { package = "pipewire", version = "0.8.0", optional = true } rand = "0.9.2" thiserror = { version = "2.0", optional = true }