Skip to main content
Go to Latest
interface RepoLoadOptions
import { type RepoLoadOptions } from "https://deno.land/std@0.139.0/_tools/release/deps.ts";

Properties

name: string

Name of the repo.

path: string

Path to the directory of the repo on the local file system.

optional
skipLoadingCrates: boolean

Whether crates should not be loaded if a Cargo.toml exists in the root of the repo. If no Cargo.toml exists, then it won't load the crates anyway.