From 9642558f8f8d983a7087f15d68be8cf07a85f0c2 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 15 Dec 2021 23:10:55 -0600 Subject: azalea --- minecraft-protocol/Cargo.toml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 minecraft-protocol/Cargo.toml (limited to 'minecraft-protocol/Cargo.toml') diff --git a/minecraft-protocol/Cargo.toml b/minecraft-protocol/Cargo.toml deleted file mode 100644 index 3cbf663b..00000000 --- a/minecraft-protocol/Cargo.toml +++ /dev/null @@ -1,19 +0,0 @@ -[package] -edition = "2021" -name = "minecraft-protocol" -version = "0.1.0" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -async-recursion = "^0.3.2" -async-trait = "0.1.51" -byteorder = "^1.4.3" -bytes = "^1.1.0" -minecraft-chat = {path = "../minecraft-chat"} -serde = {version = "1.0.130", features = ["serde_derive"]} -serde_json = "^1.0.72" -thiserror = "^1.0.30" -tokio = {version = "^1.14.0", features = ["io-util", "net", "macros"]} -tokio-util = "^0.6.9" -trust-dns-resolver = "^0.20.3" -- cgit v1.2.3