mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
- Replacing all the occurrences of lazy-static with `once-cell::sync::Lazy` - fixes #1147 Signed-off-by: Ankur Srivastava <best.ankur@gmail.com>
11 lines
290 B
TOML
11 lines
290 B
TOML
[package]
|
|
name = "metrics"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
prometheus = {version = "0.13", default_features=false, features = ["process"]} # removes protobuf dependency
|
|
libc = "0.2"
|
|
once_cell = "1.13.0"
|
|
workspace_hack = { version = "0.1", path = "../../workspace_hack" }
|