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

[lib]
path = "lib.rs"

[features]
default = ["some_feature", "some_other_feature"]
some_feature = []
some_other_feature = []