rustic/xtask/src/lib.rs
simonsan b698cc57fc Refactor to library and cli application part
Co-authored-by: Alexander Weiss <alex@weissfam.de>
2023-06-06 08:51:43 +02:00

5 lines
80 B
Rust

pub mod helpers;
pub mod tasks;
pub use tasks::install_deps::InstallationKind;