aboutsummaryrefslogtreecommitdiff
path: root/bot/Cargo.toml
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2022-10-07 19:57:42 -0500
committerGitHub <noreply@github.com>2022-10-07 19:57:42 -0500
commitba4cfaafaec97a3c5b9405fe542035ebe9039edd (patch)
tree5fc7340a49f96d84f86ed6adf400ad461c47d1b6 /bot/Cargo.toml
parente0bcab53b8a3721a008e47062c6b5972fa64b8ad (diff)
downloadazalea-drasl-ba4cfaafaec97a3c5b9405fe542035ebe9039edd.tar.xz
Bot API (#27)
Basically make the `azalea` crate have stuff
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"