Add routes for getting/posting user reminders
This commit is contained in:
@ -28,6 +28,7 @@ levenshtein = "1.0"
|
||||
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal", "chrono", "migrate"] }
|
||||
base64 = "0.21"
|
||||
secrecy = "0.8.0"
|
||||
futures = "0.3.30"
|
||||
|
||||
[dependencies.postman]
|
||||
path = "postman"
|
||||
|
Reference in New Issue
Block a user