feat: add cookies to the response (#201)

This commit is contained in:
Valerio Ageno
2024-12-07 11:10:47 +01:00
committed by GitHub
parent aa087193fe
commit 80c4affaa8
3 changed files with 66 additions and 7 deletions
+1
View File
@@ -19,4 +19,5 @@ pub use tuono_lib_macros::{api, handler};
// Re-exports
pub use axum;
pub use axum_extra::extract::cookie;
pub use tokio;