We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae25e21 commit fc37956Copy full SHA for fc37956
1 file changed
netwatch/Cargo.toml
@@ -18,7 +18,6 @@ workspace = true
18
[dependencies]
19
atomic-waker = "1.1.2"
20
bytes = "1.7"
21
-ipnet = "2"
22
n0-error = "0.1.2"
23
n0-future = "0.3.1"
24
n0-watcher = "0.6.0"
@@ -35,6 +34,7 @@ tracing = "0.1"
35
34
36
# non-browser dependencies
37
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dependencies]
+ipnet = "2"
38
noq-udp = "0.9"
39
libc = "0.2.139"
40
socket2 = { version = "0.6", features = ["all"] }
0 commit comments