mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
22 lines
434 B
TOML
22 lines
434 B
TOML
[package]
|
|
name = "metrics"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
prometheus.workspace = true
|
|
libc.workspace = true
|
|
once_cell.workspace = true
|
|
chrono.workspace = true
|
|
twox-hash.workspace = true
|
|
measured.workspace = true
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
procfs.workspace = true
|
|
measured-process.workspace = true
|
|
|
|
[dev-dependencies]
|
|
rand.workspace = true
|
|
rand_distr = "0.5"
|