Is your feature request related to a problem? Please describe.
#227 errors out with a useful error message if process_lib's don't match within our project. However, it relies on the existence of a top-level Cargo.toml file and fails if that files does not exist.
Describe the solution you'd like
Warn if top-level Cargo.toml doesn't exist (since we can't do the check) and proceed without the check.
Is your feature request related to a problem? Please describe.
#227 errors out with a useful error message if process_lib's don't match within our project. However, it relies on the existence of a top-level
Cargo.tomlfile and fails if that files does not exist.Describe the solution you'd like
Warn if top-level
Cargo.tomldoesn't exist (since we can't do the check) and proceed without the check.