aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-24 04:37:55 +0000
committermat <git@matdoes.dev>2024-12-24 04:37:55 +0000
commit958848e8ed10c7b8a83c9faea1fac6eaac39b018 (patch)
tree9e09f0994b779db00c65c9a25168818b61724e8c /azalea-client/Cargo.toml
parent30cbeecdfea4199b8f134c8394c677588ff9a2ce (diff)
downloadazalea-drasl-958848e8ed10c7b8a83c9faea1fac6eaac39b018.tar.xz
improve some docs and apis related to pathfinder
Diffstat (limited to 'azalea-client/Cargo.toml')
-rw-r--r--azalea-client/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 2ec43c95..36337713 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -7,7 +7,6 @@ license = { workspace = true }
repository = { workspace = true }
[dependencies]
-anyhow = { workspace = true }
azalea-auth = { path = "../azalea-auth", version = "0.11.0" }
azalea-block = { path = "../azalea-block", version = "0.11.0" }
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
@@ -36,6 +35,9 @@ tokio = { workspace = true, features = ["sync"] }
tracing = { workspace = true }
uuid = { workspace = true }
+[dev-dependencies]
+anyhow = { workspace = true }
+
[features]
default = ["log"]
# enables bevy_log::LogPlugin by default