1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 16:55:08 +02:00

move identity service separate crate

This commit is contained in:
Nikolay Kim
2019-06-12 15:52:48 +06:00
parent ee769832cf
commit ff724e239d
12 changed files with 92 additions and 32 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,3 @@ mod normalize;
pub use self::defaultheaders::DefaultHeaders;
pub use self::logger::Logger;
pub use self::normalize::NormalizePath;
#[cfg(feature = "secure-cookies")]
pub mod identity;