ketcindyinstaller/
lib.rs

1pub mod app;
2pub mod installer;
3
4pub(crate) mod package;
5pub(crate) mod worker;