watchexec/crates/cli/src/config.rs

6 lines
70 B
Rust

mod init;
mod runtime;
pub use init::init;
pub use runtime::runtime;