Replies: 1 comment
-
Since your middleware builder is a unit struct, and therefore has none of it's own data, the easiest thing to do would be to switch to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
tokio = { version = "1", features = ["full"] }
rusqlite = { version="0.31",features = ["bundled"] }
chrono = { version = "0", features = ["serde"] }
actix-session = { version = "0", features = ["cookie-session"] }
jsonwebtoken = "9.3.0"
r2d2 = "0.8"
actix-web = "4"
What should I do?
Beta Was this translation helpful? Give feedback.
All reactions