changepacks_csharp/
lib.rs

1pub mod finder;
2pub mod package;
3pub mod workspace;
4mod xml_utils;
5
6pub use finder::CSharpProjectFinder;