pub fn get_cargo_root() -> Result<PathBuf, PathError>
Returns the path to the workspace directory of a Cargo workspace. Reason for this workaround: https://github.com/rust-lang/cargo/issues/3946