rust/tests/rustdoc-gui/src/staged_api/Cargo.toml

13 lines
191 B
TOML

[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 = []