rust-clippy/clippy_workspace_tests/Cargo.toml
Arnavion db7a5c69f1 Fix logic that determines closest parent crate when invoked from a subdirectory.
The previous logic incorrectly matches the deepest child of the current
directory that is a crate.
2017-07-27 00:04:17 -07:00

6 lines
96 B
TOML

[package]
name = "clippy_workspace_tests"
version = "0.1.0"
[workspace]
members = ["subcrate"]