summaryrefslogtreecommitdiff
path: root/test cases/rust/31 rust.workspace package/subprojects/answer-2.1/Cargo.toml
blob: b8778226474f3d47e969f1345bac9819ca9352af (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "answer"
version = "2.1.0"
edition = "2021"

[lib]
crate-type = ["lib"]

[features]
large = []