1 2 3 4 5
// Re-export everything from the infrarust_config crate pub use infrarust_config::{models::*, provider::*}; pub mod provider; pub mod service;