Closed Robzz closed 4 years ago
This fixes the workspace root directory detection and other directory shenanigans, like assuming we're in the root directory of a crate.
The locate-project cargo subcommand is used to locate the crate manifest, and the metadata subcommand is used to locate the workspace root.
locate-project
metadata
Closes #20
This fixes the workspace root directory detection and other directory shenanigans, like assuming we're in the root directory of a crate.
The
locate-project
cargo subcommand is used to locate the crate manifest, and themetadata
subcommand is used to locate the workspace root.Closes #20