Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/Cargo.toml')
| -rw-r--r-- | crates/stdx/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml index 3727d0c956..f6a5dedfda 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml @@ -14,12 +14,14 @@ rust-version.workspace = true [dependencies] backtrace = { version = "0.3.67", optional = true } jod-thread = "0.1.2" -libc.workspace = true crossbeam-channel.workspace = true itertools.workspace = true tracing.workspace = true # Think twice before adding anything here +[target.'cfg(unix)'.dependencies] +libc.workspace = true + [target.'cfg(windows)'.dependencies] miow = "0.6.0" windows-sys = { version = "0.59", features = ["Win32_Foundation"] } |