summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-03-27 23:57:20 +0200
committernea <nea@nea.moe>2023-03-27 23:57:20 +0200
commitd4e040403ba047c02a7106b97f712d2c565f4389 (patch)
tree6d3a4ed3cec220d18686fbe16e075fa2cc4dcbbd /Cargo.toml
parente20255889940ab3b16d5103e07f4555ab5d8730c (diff)
downloadmgasi-d4e040403ba047c02a7106b97f712d2c565f4389.tar.gz
mgasi-d4e040403ba047c02a7106b97f712d2c565f4389.tar.bz2
mgasi-d4e040403ba047c02a7106b97f712d2c565f4389.zip
Standalone world
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4320d7c..871ace1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,9 @@ features = ["full"]
[dependencies.anyhow]
version = "*"
+[dependencies.async-trait]
+version = "*"
+
[dependencies.mcproto-rs]
version = "*"
features = ["default", "v1_19_3"]