Structs§
Functions§
- get_
closest_ manifest_ path - Given a path, get the closest available path to a Cargo.toml file. E.g. “my/crate/Cargo.toml” returns “my/crate/Cargo.toml” E.g. “my/crate” may return “my/crate/Cargo.toml” E.g. “my/workspace/crate” may return “my/workspace/Cargo.toml”