From a0ede4c737f8a5e95b4ec1f626c51b4cb7333adc Mon Sep 17 00:00:00 2001 From: june Date: Wed, 24 Dec 2025 21:18:27 -0800 Subject: [PATCH] update manifest --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"]}