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 21975ea commit 7685ba3Copy full SHA for 7685ba3
pyrefly/Cargo.toml
@@ -73,8 +73,10 @@ tempfile = "3.15"
73
tar = "0.4.44"
74
zstd = { version = "0.13", features = ["experimental", "zstdmt"] }
75
76
-[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
+[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
77
jemallocator = "0.5.4"
78
+
79
+[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
80
watchman_client = "0.9.0"
81
which = "4.2.4"
82
0 commit comments