summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/src/test_docs/Cargo.toml
blob: 8be819b76e4134a700755f354145b182dec09362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "test_docs"
version = "0.1.0"
edition = "2018"

build = "build.rs"

[lib]
path = "lib.rs"

[features]
default = ["some-feature"]
some-feature = []