[−][src]Function cargo_edit::manifest_from_pkgid
pub fn manifest_from_pkgid(pkgid: &str) -> Result<Package>
Takes a pkgid and attempts to find the path to it's Cargo.toml
, using cargo
's metadata
pub fn manifest_from_pkgid(pkgid: &str) -> Result<Package>
Takes a pkgid and attempts to find the path to it's Cargo.toml
, using cargo
's metadata