1.0.0 release
This commit is contained in:
commit
22767341f3
6 changed files with 1631 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "craftpinger"
|
||||
version = "1.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue