Skip to content
4 changes: 3 additions & 1 deletion crates/openshell-supervisor-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ tokio-tungstenite = { workspace = true }
futures = { workspace = true }
tracing-subscriber = { workspace = true }

[target.'cfg(unix)'.dev-dependencies]
[target.'cfg(unix)'.dependencies]
libc = "0.2"

[target.'cfg(unix)'.dev-dependencies]

[lints]
workspace = true
Loading
Loading