Type Alias cargo_toml::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 */ }