diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"] |
