update manifest
This commit is contained in:
parent
4ce8cb969e
commit
a0ede4c737
1 changed files with 4 additions and 1 deletions
|
|
@ -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"]}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue