main.rs 89 B

123456789
  1. mod cert;
  2. mod cli;
  3. mod schema;
  4. mod server;
  5. mod login;
  6. fn main() {
  7. cli::invoked();
  8. }