added dotenvy, futures, markdown crates

This commit is contained in:
2024-09-22 04:10:02 -04:00
parent 7de920f85a
commit 4cb3983a9b
2 changed files with 142 additions and 1 deletions

View File

@ -8,6 +8,13 @@ edition = "2021"
[dependencies]
tokio = { version = "1.19.2", features = ["full"] }
job_scheduler = "1.2.1"
sqlx = { version = "0.8.2", features = ["postgres", "chrono"] }
sqlx = { version = "0.8.2", features = [
"postgres",
"chrono",
"runtime-tokio-rustls",
] }
chrono = "0.4.38"
once_cell = "1.19.0"
dotenvy = "0.15.7"
futures = "0.3.30"
markdown = "1.0.0-alpha.20"