diff --git a/Cargo.lock b/Cargo.lock index 1ef337c..3876117 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,7 +829,7 @@ checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac" [[package]] name = "rs-minecraft-exporter" -version = "0.1.0" +version = "1.1.1" dependencies = [ "hematite-nbt", "hyper", diff --git a/Cargo.toml b/Cargo.toml index 0ef1af1..ace5008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,15 @@ [package] name = "rs-minecraft-exporter" -version = "0.1.0" -authors = ["Marvin Altemeier "] +version = "1.1.1" +authors = ["Marvin Altemeier "] edition = "2018" +license-file = "LICENSE" +description = "Prometheus exporter for minecraft version 1.15.2+" +homepage = "https://github.com/iMarv/rs-minecraft-exporter" +repository = "https://github.com/iMarv/rs-minecraft-exporter" +readme = "README.md" +keywords = ["minecraft", "prometheus", "exporter", "nbt", "stats"] +categories = ["command-line-utilities", "data-structures", "web-programming::http-server", "games"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html