cargo_toml

Type Alias TargetDepsSet

Source
pub type TargetDepsSet = BTreeMap<String, Target>;
Expand description

Config target (see parse_cfg crate) + deps for the target.

Aliased Typeยง

struct TargetDepsSet { /* private fields */ }