aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 14:37:05 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 14:37:05 +0000
commit3f7fb41255bd7895f98373a0711a9a342e304b00 (patch)
tree2605539abfce9de14098637428bf136144fbbd2e /azalea
parent46cd093eaddcd3165eb5e89d60e23f960712729e (diff)
downloadazalea-drasl-3f7fb41255bd7895f98373a0711a9a342e304b00.tar.xz
change versions and stuff
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 0f8fb4c9..eca46e16 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -4,14 +4,15 @@ edition = "2021"
license = "MIT"
name = "azalea"
version = "0.1.0"
+publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "^1.0.65"
async-trait = "^0.1.57"
-azalea-client = {version = "0.1.0", path = "../azalea-client"}
-azalea-protocol = {version = "0.1.0", path = "../azalea-protocol"}
+azalea-client = { version = "0.1.0", path = "../azalea-client" }
+azalea-protocol = { version = "0.1.0", path = "../azalea-protocol" }
parking_lot = "^0.12.1"
thiserror = "^1.0.37"
tokio = "^1.21.1"