Skip to main content

parse_manifest

Function parse_manifest 

Source
pub fn parse_manifest(
    manifest_path: &Path,
    workspace_root: &Path,
) -> Result<(Project, Vec<Dependency>), KdoError>
Expand description

Detects the appropriate parser for a manifest file and parses it.

Tries parsers in order: Anchor, Cargo, Node, Python.