ark-cli 0.1.0

Architectural boundary enforcer for .NET solutions
1
2
3
4
5
pub mod csproj;
pub mod discovery;

pub use csproj::ProjectFile;
pub use discovery::discover_projects;