pub use target_dir;
pub use *;
use PathBuf;
/// Root of your Cargo workspace. This is the directory where
/// your `Cargo.lock` file and `target/` folder is placed.
///
/// This is equivalent to `repo_path!()` in most projects.
/// The two differ, if your Rust code lives in a subfolder of a larger repository.
/// `Cargo.toml` file at the root of your workspace.