From d4e040403ba047c02a7106b97f712d2c565f4389 Mon Sep 17 00:00:00 2001 From: nea Date: Mon, 27 Mar 2023 23:57:20 +0200 Subject: Standalone world --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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"] -- cgit