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 23d61b4 commit e63ae02Copy full SHA for e63ae02
Cargo.toml
@@ -39,6 +39,10 @@ ron = "0.6"
39
serde = "1.0"
40
anyhow = "1.0.31"
41
unicode-width = "0.1"
42
+
43
+[target.'cfg(unix)'.dependencies]
44
+pprof = { version = "0.3", features = ["flamegraph"], optional = true }
45
+[target.'cfg(macos)'.dependencies]
46
pprof = { version = "0.3", features = ["flamegraph"], optional = true }
47
48
[badges]
0 commit comments