use cratePavexLocator;
use crateget_or_install_from_version;
use crateState;
use PathBuf;
/// Retrieve the path to the default `pavexc` binary, according to the value of
/// the default toolchain.
///
/// This is primarily used when executing `pavex` commands that don't operate within the
/// context of a Pavex project—e.g. `pavex new`.
/// Otherwise the toolchain is determined by the project's `pavex` library crate version.