mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
22 lines
400 B
TOML
22 lines
400 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
|
|
|
|
workspace_hack.workspace = true
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
procfs.workspace = true
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8"
|
|
rand_distr = "0.4.3"
|