1pub mod context; 2pub mod destinations; 3pub mod provider; 4mod router; 5 6pub fn hello() { 7 println!("Hello from Cardinal base!"); 8}