feat: ✨ post and comment length limit
fix: 🚑 user extraction from url
This commit is contained in:
parent
6d3b6a4e79
commit
11f101638e
13 changed files with 185 additions and 104 deletions
|
@ -18,7 +18,7 @@ strip = "symbols"
|
|||
tokio = { version = "1.43.0", default-features = false,features = ["macros", "rt-multi-thread", "time"] }
|
||||
serde = { version = "1.0.217", default-features = false, features = ["derive"] }
|
||||
serde_json = { version = "1.0.135" , default-features = false}
|
||||
axum = { version = "0.8.1", default-features = false, features = ["http1", "json", "tokio"]}
|
||||
axum = { version = "0.8.1", default-features = false, features = ["http1", "json", "original-uri", "tokio"]}
|
||||
chrono = { version = "0.4.39", default-features = false, features = ["serde"] }
|
||||
jwt-simple = { version = "0.12.11", default-features = false, features = ["pure-rust"] }
|
||||
lettre = { version = "0.11.11", default-features = false, features = ["builder", "serde", "smtp-transport", "tokio1-rustls-tls"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue