pub fn dep_source_prefers_git() -> boolExpand 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.