about summary refs log tree commit diff
path: root/tests/rustdoc-gui/src/scrape_examples_ice/Cargo.toml
blob: 076ff38ad23168e1613cad2470de13dc250f960c (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "scrape_ice"
version = "0.1.0"
edition = "2024"

[[example]]
name = "bar"
path = "examples/bar.rs"
doc-scrape-examples = true