diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,8 +4,8 @@ pub use error::Error; pub use mime; pub use httpdate; +#[macro_use] mod error; pub mod security; pub mod request; pub mod response; -mod error; mod signed;
\ No newline at end of file |