From ba4cfaafaec97a3c5b9405fe542035ebe9039edd Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Fri, 7 Oct 2022 19:57:42 -0500 Subject: Bot API (#27) Basically make the `azalea` crate have stuff --- bot/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bot/Cargo.toml') 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" -- cgit v1.2.3