Files
neon/zenith_metrics/Cargo.toml
2022-02-10 08:33:22 -05:00

11 lines
224 B
TOML

[package]
name = "zenith_metrics"
version = "0.1.0"
edition = "2021"
[dependencies]
prometheus = {version = "0.13", default_features=false} # removes protobuf dependency
libc = "0.2"
lazy_static = "1.4"
once_cell = "1.8.0"