#![doc = include_str!("../README.md")]
#![warn(missing_docs)]
pub use cicero_path_core::{target_dir, workspace_dir};
pub use repo_path::*;
use std::path::PathBuf;
pub fn workspace_cargo_toml() -> PathBuf {
cicero_path_core::USER_WORKSPACE_CARGO_TOML.to_path_buf()
}