From b4ec9f3e211ff005d6bfa028f6f016c4b512b745 Mon Sep 17 00:00:00 2001 From: n0m1s Date: Tue, 19 Sep 2023 19:37:48 -0700 Subject: [PATCH] update cargo metadata --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56259d2..8d72c19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,11 @@ [package] name = "mqtt2statsd" +description = "MQTT to StatsD bridge" license = "MIT" +readme = "README.md" +homepage = "https://git.homnomnom.fr/nomis/mqtt2statsd" +repository = "https://git.homnomnom.fr/nomis/mqtt2statsd" version = "0.1.0" -description = "MQTT to Statsd bridge" edition = "2021" [dependencies]