metrics/metrics-core/Cargo.toml

18 lines
441 B
TOML
Raw Normal View History

[package]
name = "metrics-core"
2019-04-23 11:39:47 -07:00
version = "0.2.0"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
edition = "2018"
license = "MIT"
description = "Foundational traits for interoperable metrics libraries in Rust."
homepage = "https://github.com/metrics-rs/metrics"
repository = "https://github.com/metrics-rs/metrics"
documentation = "https://docs.rs/metrics-core"
readme = "README.md"
keywords = ["metrics", "interface", "common"]