mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
19 lines
487 B
TOML
19 lines
487 B
TOML
[package]
|
|
name = "common-mem-prof"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
common-error = { workspace = true }
|
|
snafu.workspace = true
|
|
tempfile = "3.4"
|
|
tokio.workspace = true
|
|
|
|
[target.'cfg(not(windows))'.dependencies]
|
|
tikv-jemalloc-ctl = { version = "0.5", features = ["use_std"] }
|
|
|
|
[target.'cfg(not(windows))'.dependencies.tikv-jemalloc-sys]
|
|
features = ["stats", "profiling", "unprefixed_malloc_on_supported_platforms"]
|
|
version = "0.5"
|