Type Alias cargo_toml::PatchSet

source ·
pub type PatchSet = BTreeMap<String, DepsSet>;
Expand description

Locally replace dependencies

Aliased Type§

struct PatchSet { /* private fields */ }