aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 7 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 854e287..5d7ba41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,10 +5,14 @@ edition = "2021"
[dependencies]
+azalea = { git = "https://github.com/mat-1/azalea/" }
+azalea-protocol = { git = "https://github.com/mat-1/azalea/" }
+azalea-chat = { git = "https://github.com/mat-1/azalea/" }
+# azalea = { path = "../external/azalea/azalea" }
+# azalea-protocol = { path = "../external/azalea/azalea-protocol" }
+# azalea-chat = { path = "../external/azalea/azalea-chat" }
+
anyhow = "1.0.65"
-azalea = { path = "../external/azalea/azalea" }
-azalea-protocol = { path = "../external/azalea/azalea-protocol" }
-azalea-chat = { path = "../external/azalea/azalea-chat" }
env_logger = "0.9.1"
uuid = "1.1.2"
parking_lot = "^0.12.1"
@@ -18,4 +22,3 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.13"
future-utils = "0.12.1"
bytes = "1.2.1"
-