1
2
3
4
const VERSION: &str = env!("CARGO_PKG_VERSION");

pub mod core;
pub mod oapi;