mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
7 lines
196 B
TOML
7 lines
196 B
TOML
[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"]
|