aboutsummaryrefslogtreecommitdiff
path: root/azalea/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-10-02 15:02:27 -0500
committermat <github@matdoes.dev>2022-10-02 15:02:27 -0500
commite0bcab53b8a3721a008e47062c6b5972fa64b8ad (patch)
tree69255e7c92b3b97656c3d3fc1a0cded505508b2d /azalea/Cargo.toml
parent06068377bd17f95bdafe86ff14bab1d0d852aa53 (diff)
downloadazalea-drasl-e0bcab53b8a3721a008e47062c6b5972fa64b8ad.tar.xz
start adding stuff to azalea crate
Diffstat (limited to 'azalea/Cargo.toml')
-rw-r--r--azalea/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 0256194e..77f07ab3 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -9,9 +9,9 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-
+azalea-client = {version = "0.1.0", path = "../azalea-client"}
[dev-dependencies]
-tokio = "^1.21.1"
-env_logger = "^0.9.1"
anyhow = "^1.0.65"
+env_logger = "^0.9.1"
+tokio = "^1.21.1"