From 72627d2f6efe3f3297ce466a1fdd208015a19f88 Mon Sep 17 00:00:00 2001 From: Plex Date: Wed, 15 Jun 2022 17:22:59 +0200 Subject: mcquery --- Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3f43147 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "mc-comm" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[[bin]] +name = "mcping" + +[[bin]] +name = "mcquery" + +[dependencies] +getopts = "0.2" +bytes = "1.1.0" +rand = "0.8.4" +byteorder = "1.4.3" +json = "0.12.4" -- cgit v1.2.3