Skip to content

Commit

Permalink
Get rid of logger middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
wafflespeanut committed Apr 2, 2024
1 parent 0ba3b21 commit bb4e308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ rusoto_sns = "0.48"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
tide = "0.16"
tide = { version = "0.16", default-features = false, features = ["h1-server", "cookies", "sessions"] }
uuid = { version = "1.8", features = ["v4", "serde"] }

0 comments on commit bb4e308

Please sign in to comment.