aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-03-18 16:28:46 -1030
committermat <git@matdoes.dev>2026-03-20 04:21:58 -0200
commit25cd1c0b60604655b70d70f8ec33a54853905eea (patch)
tree28911045f6d69b2fffcb8d9c5a92fe32657b5e4b /Cargo.toml
parentb03d2942e1bef98e13acadde5cbb8856a3f8c74d (diff)
downloadazalea-drasl-25cd1c0b60604655b70d70f8ec33a54853905eea.tar.xz
optimize pathfinder swarms and write perf guide
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 19a129a1..683bdfb9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,6 @@ repository = "https://github.com/azalea-rs/azalea"
[workspace.dependencies]
aes = "0.8.4"
-anyhow = "1.0.102"
async-compat = "0.2.5"
base64 = "0.22.1"
bevy_app = "0.18.1"
@@ -51,6 +50,7 @@ criterion = "0.8.2"
derive_more = "2.1.1"
enum-as-inner = "0.7.0"
env_logger = "0.11.9"
+eyre = "0.6.12"
flate2 = { version = "1.1.9", features = ["zlib-rs"] }
futures = "0.3.32"
futures-lite = "2.6.1"
@@ -123,6 +123,8 @@ rustdoc-args = [
"docsrs_dep",
"--html-after-content",
"docs-rs/trait-tags.html",
+ "--html-after-content",
+ "docs-rs/arborium-header.html",
]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]