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.