trace-forwarder: Add nix features

Some of the nix apis we are using are now enabled by features,
so add these to resolve the compilation issues

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-06-23 11:13:44 +01:00
parent cd79108c77
commit 4c776167e5

View File

@@ -14,7 +14,7 @@ license = "Apache-2.0"
futures = "0.3.15"
clap = { version = "4.5.40", features = ["cargo"] }
vsock = "0.2.3"
nix = "0.30.1"
nix = { version = "0.30.1", features = ["fs", "user"] }
libc = "0.2.94"
serde = { version = "1.0.126", features = ["derive"] }
bincode = "1.3.3"