leta_config/
lib.rs

1mod config;
2mod paths;
3
4pub use config::*;
5pub use paths::*;