]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/workspace_test/Cargo.toml
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24
[rust.git] / src / tools / clippy / tests / workspace_test / Cargo.toml
1 [package]
2 name = "workspace_test"
3 version = "0.1.0"
4 edition = "2018"
5
6 [workspace]
7 members = ["subcrate"]