craftpinger/Cargo.toml
2025-12-24 21:18:27 -08:00

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"