Setup database

This commit is contained in:
2024-11-03 19:24:00 +00:00
parent 90abd08088
commit f7279c8707
11 changed files with 1842 additions and 92 deletions

View File

@ -14,3 +14,6 @@ pretty_env_logger = "0.5.0"
serde = { version = "1.0.213", features = ["derive"] }
reqwest = { version = "0.12.8", features = ["json"] }
serde_json = "1.0.132"
sqlx = { version = "0.8.2", features = ["mysql", "chrono", "migrate", "runtime-tokio"] }
rocket = "0.5.1"
chrono = "0.4.38"