Skip to main content

parse_manifest

Function parse_manifest 

Source
pub fn parse_manifest(path: &str, content: &str) -> Vec<(String, bool)>
Expand description

Parse a manifest file into (dependency_name, is_dev) pairs. Non-manifest files yield nothing.