Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
Prepare crate for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
iMarv committed Apr 14, 2020
1 parent 79c3798 commit d3064d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "rs-minecraft-exporter"
version = "0.1.0"
authors = ["Marvin Altemeier <[email protected]>"]
version = "1.1.1"
authors = ["Marvin Altemeier <[email protected]>"]
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

Expand Down

0 comments on commit d3064d1

Please sign in to comment.