mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-01 04:40:39 +00:00
* fix: security fix, sqlx, hashbrown, idna * ci: optimize ci cache generation * feat: update pprof
23 lines
411 B
TOML
23 lines
411 B
TOML
[package]
|
|
name = "common-pprof"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
prost.workspace = true
|
|
snafu.workspace = true
|
|
tokio.workspace = true
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
pprof = { version = "0.14", features = [
|
|
"flamegraph",
|
|
"prost-codec",
|
|
"protobuf",
|
|
] }
|
|
|
|
[lints]
|
|
workspace = true
|