aboutsummaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: beb23be02cdc0f2900f52dd51754875c8729f01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[build]
rustflags = ["--cfg", "docsrs_dep"]
rustdocflags = [
    "--html-after-content",
    "docs-rs/trait-tags.html",
    "--html-after-content",
    "docs-rs/arborium-header.html",
    "--cfg",
    "docsrs_dep",
]

[unstable]
rustdoc-scrape-examples = true