You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
268 B

3 years ago
  1. #![allow(incomplete_features)]
  2. #![feature(inline_const)]
  3. #![feature(drain_filter)]
  4. #![feature(try_blocks)]
  5. #![feature(once_cell)]
  6. #![feature(pin_macro)]
  7. #![feature(test)]
  8. extern crate test;
  9. pub mod common;
  10. pub mod entity;
  11. pub mod patch;
  12. pub mod login;
  13. pub mod ship;