1 2 3 4 5
pub mod csproj; pub mod discovery; pub use csproj::ProjectFile; pub use discovery::discover_projects;