1[package]
2name = "conditional-deps"
3version = "0.1.0"
4edition = "2021"
56# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html78[target.'cfg(target_os = "linux")'.dependencies]
9nix = { version = "0.26.2", features = ["time", "process"] }
10