1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
pub use amper_mac;
pub use amper_mac::{
    GET,
    SERVER,
    POST
};

pub use actix_web;
pub use regex;
pub use tokio;
pub use actix_files;

pub mod mcr;
pub use mcr::*;

pub type Post<T> = actix_web::web::Form<T>;