about summary refs log tree commit diff
path: root/src/tools/clippy/tests/workspace_test/Cargo.toml
blob: d24b278ccc282841dc20708e34c5180506073f3d (plain)
1
2
3
4
5
6
7
[package]
name = "workspace_test"
version = "0.1.0"
edition = "2018"

[workspace]
members = ["subcrate", "module_style/pass_no_mod_with_dep_in_subdir", "module_style/pass_mod_with_dep_in_subdir"]