rust/clippy_workspace_tests/subcrate/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

3 lines
46 B
TOML

[package]
name = "subcrate"
version = "0.1.0"