mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
12 lines
313 B
TOML
12 lines
313 B
TOML
[package]
|
|
name = "metrics"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[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" }
|