(repo_dir: string): Promise<CargoMetadata | null> import {cargo_toml_load} from '@fuzdev/fuz_gitops/cargo_toml.js'; Best-effort read of a repo's root Cargo.toml for the identity fields the
gitops dashboard renders. Returns null when there's no Cargo.toml.
repo_dir
absolute path to the repo
stringreturns
Promise<CargoMetadata | null>