summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-03 18:14:53 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-03 19:51:04 +0100
commita45213146476f3d45c13d05b2f9467607008b861 (patch)
treee38563859f64f3a2d9a64c8280914c3535ea538c
parent5558deaea232d6809926e6bc5221497976f0f08a (diff)
Add crate metadata
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml14
1 files changed, 10 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c3d3b25..76b70b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,14 @@
[package]
-name = "prometheus-mpd-exporter"
-version = "0.1.0"
-authors = ["Matthias Beyer <mail@beyermatthias.de>"]
-edition = "2018"
+name = "prometheus-mpd-exporter"
+version = "0.1.0"
+authors = ["Matthias Beyer <mail@beyermatthias.de>"]
+edition = "2018"
+description = "Export MPD metrics to prometheus"
+keywords = ["prometheus", "mpd", "logging", "util"]
+categories = ["web-programming::http-server"]
+readme = "./README.md"
+license = "GPL-2.0"
+repository = "https://git.beyermatthi.as/prometheus-mpd-exporter/"
[dependencies]
anyhow = "1"