update manifest

This commit is contained in:
june 2025-12-24 21:18:27 -08:00
parent 4ce8cb969e
commit a0ede4c737

View file

@ -1,8 +1,11 @@
[package] [package]
name = "craftpinger" name = "craftpinger"
authors = ["jhalfsharp"]
version = "1.0.0" version = "1.0.0"
authors = ["jhalfsharp"]
edition = "2024" 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] [dependencies]
clap = {version = "4.5.53", features = ["derive"]} clap = {version = "4.5.53", features = ["derive"]}