15 lines
446 B
TOML
15 lines
446 B
TOML
[package]
|
|
name = "craftpinger"
|
|
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"]}
|
|
confy = "2.0.0"
|
|
mc-server-status = "1.0.0"
|
|
serde = {version = "1.0.228", features = ["derive"]}
|
|
tokio = "1.48.0"
|