pub(crate) fn open_cargo_toml(path: &Path) -> Result<DocumentMut, Error>
Expand description
Open the given Cargo.toml
and parse it into a hashmap.
pub(crate) fn open_cargo_toml(path: &Path) -> Result<DocumentMut, Error>
Open the given Cargo.toml
and parse it into a hashmap.