pub fn is_cargo_project(path: &Path) -> bool
Returns true if the given path is a Cargo project directory (i.e. it is a directory containing a Cargo.toml).
true
Cargo.toml