Skip to content

Commit

Permalink
feat: add cookie re-export
Browse files Browse the repository at this point in the history
Fixes imbolc#23
  • Loading branch information
ilyvion committed Jan 23, 2023
1 parent cc7dabe commit 91adb6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ pub use cookie::Key;

pub use cookie::Cookie;

#[doc(inline)]
pub use cookie;

#[cfg(feature = "axum-core")]
#[cfg_attr(docsrs, doc(cfg(feature = "axum-core")))]
mod extract;
Expand Down

0 comments on commit 91adb6e

Please sign in to comment.