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 ea307be commit b566603Copy full SHA for b566603
Cargo.toml
@@ -24,7 +24,7 @@ libc = "0.2.72"
24
tokio = { version = "1.0.0", features = ["fs"] }
25
26
[target.'cfg(target_os = "macos")'.dependencies]
27
-darwin-libproc = "0.2.0"
+darwin-libproc = { version="0.2.0", git = "https://github.com/jamwaffles/darwin-libproc.git" }
28
libc = "0.2.72"
29
30
[dev-dependencies]
0 commit comments