Add routes for getting/posting user reminders

This commit is contained in:
jude
2024-03-05 20:36:38 +00:00
parent dbe8e8e358
commit 5f0aa0f834
12 changed files with 381 additions and 66 deletions

2
Cargo.lock generated
View File

@ -942,6 +942,7 @@ checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
@ -2366,6 +2367,7 @@ dependencies = [
"dotenv",
"env_logger",
"extract_derive",
"futures",
"lazy-regex",
"lazy_static",
"levenshtein",