aboutsummaryrefslogtreecommitdiff
path: root/minecraft-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-09 22:10:45 +0000
committermat <github@matdoes.dev>2021-12-09 22:10:45 +0000
commit966471f740ea7cb19e7106000a9f3cf9d306fd32 (patch)
tree7bec45bf72900ad6a1752ec9f7c172f385736880 /minecraft-protocol/Cargo.toml
parentecee5e96ca2f7d00dd14f44ff0c1facd01550b65 (diff)
downloadazalea-drasl-966471f740ea7cb19e7106000a9f3cf9d306fd32.tar.xz
split mstuff
Diffstat (limited to 'minecraft-protocol/Cargo.toml')
-rw-r--r--minecraft-protocol/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/minecraft-protocol/Cargo.toml b/minecraft-protocol/Cargo.toml
index 1716b826..80e2b625 100644
--- a/minecraft-protocol/Cargo.toml
+++ b/minecraft-protocol/Cargo.toml
@@ -13,3 +13,4 @@ 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"
+async-trait = "0.1.51"