Skip to main content

dep_source_prefers_git

Function dep_source_prefers_git 

Source
pub fn dep_source_prefers_git() -> bool
Expand description

Whether dependency resolution should prefer a dual dep’s git fallback over its vcs/registry primary. Set by the CLI’s --source git flag via the LEX_DEP_SOURCE env var so the pure source resolver stays flag-free. Default (unset, or any value other than git) is vcs-primary.