mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
10 lines
138 B
TOML
10 lines
138 B
TOML
[package]
|
|
name = "zenith_metrics"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
prometheus = "0.12"
|
|
libc = "0.2"
|
|
lazy_static = "1.4"
|