1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-12 08:42:47 +01:00

9 lines
119 B
Rust
Raw Normal View History

2018-05-20 12:59:41 +03:00
extern crate actix_web;
extern crate base64;
mod schemes;
mod errors;
pub use schemes::*;
2018-05-20 13:15:59 +03:00
pub use errors::AuthError;