mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-01 17:04:13 +00:00
9 lines
115 B
TOML
9 lines
115 B
TOML
[package]
|
|
name = "foo"
|
|
version = "0.0.1"
|
|
edition = "2024"
|
|
|
|
[[example]]
|
|
name = "complex"
|
|
doc-scrape-examples = true
|