Module cargo::util::toml_mut::dependency

source ·
Expand description

Information about dependencies in a manifest.

Structs

A dependency handled by Cargo.
Dependency from a git repo.
Dependency from a local path.
Dependency from a registry.
Dependency from a workspace.

Enums

Either a workspace or another type.
Primary location of a dependency.

Functions