diff --git a/Cargo.toml b/Cargo.toml index 74adfcf..615f437 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,11 @@ [package] name = "craftpinger" -authors = ["jhalfsharp"] version = "1.0.0" +authors = ["jhalfsharp"] edition = "2024" +description = "A command-line program to see if any Minecraft servers have players online." +repository = "https://git.linuxposting.xyz/jhalfsharp/craftpinger" +license = "MIT" [dependencies] clap = {version = "4.5.53", features = ["derive"]}