pub fn in_cargo_project(start: &Path) -> boolExpand description
Whether start (or any ancestor) contains a Cargo.toml — i.e. we’re
inside a Cargo project cargo run could build. Mirrors how cargo
itself finds the manifest by walking up from the working directory, so
umbral <cmd> works from a subdirectory just like cargo run does.