main.rs 88 B

123456789
  1. pub use microrm::DB;
  2. mod schema;
  3. mod cli;
  4. mod cert;
  5. fn main() {
  6. cli::invoked();
  7. }