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 c5eb3cb commit 3bfc0f7Copy full SHA for 3bfc0f7
Cargo.toml
@@ -37,6 +37,9 @@ protobuf = "3.4.0"
37
serde = { version = "1", features = ["derive"] }
38
serde_json = "1"
39
tokio = { version = "1", features = ["full"] }
40
+
41
42
+[target.'cfg(all(not(target_arch = "wasm32"), not(target_os = "windows")))'.dependencies]
43
uname = "0.1.1"
44
45
# Non-feature optional dependencies
0 commit comments