aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"]