aboutsummaryrefslogtreecommitdiff
path: root/bot/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bot/Cargo.toml')
-rwxr-xr-xbot/Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml
index b51e6705..53f8637b 100755
--- a/bot/Cargo.toml
+++ b/bot/Cargo.toml
@@ -7,10 +7,8 @@ version = "0.1.0"
[dependencies]
anyhow = "1.0.65"
-azalea-client = {path = "../azalea-client"}
-azalea-core = {path = "../azalea-core"}
-azalea-physics = {path = "../azalea-physics"}
-azalea-protocol = {path = "../azalea-protocol"}
+azalea = { path = "../azalea" }
env_logger = "0.9.1"
tokio = "1.19.2"
uuid = "1.1.2"
+parking_lot = "^0.12.1"