Home
last modified time | relevance | path

Searched defs:BuildScriptAttributes (Results 1 – 1 of 1) sorted by relevance

/external/bazelbuild-rules_rust/crate_universe/src/context/
Dcrate_context.rs150 pub(crate) struct BuildScriptAttributes { struct
152 pub(crate) compile_data: Select<BTreeSet<Label>>,
155 pub(crate) data: Select<BTreeSet<Label>>,
158 pub(crate) data_glob: BTreeSet<String>,
161 pub(crate) deps: Select<BTreeSet<CrateDependency>>,
164 pub(crate) extra_deps: Select<BTreeSet<Label>>,
184 pub(crate) link_deps: Select<BTreeSet<CrateDependency>>,
187 pub(crate) extra_link_deps: Select<BTreeSet<Label>>,
190 pub(crate) build_script_env: Select<BTreeMap<String, String>>,
193 pub(crate) rundir: Select<String>,
[all …]