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

[lib]
path = "lib.rs"

[features]
default = ["some_feature"]
some_feature = []