This commit is contained in:
Stefan Schwarz 2020-08-13 21:44:45 +02:00
parent f76cbd9d46
commit c5fcafe450
11 changed files with 88053 additions and 97 deletions

View file

@ -8,6 +8,8 @@ edition = "2018"
[dependencies]
argh = "0.1.3"
askama = "0.8"
async-std = { version = "1.6", features = ["attributes"] }
sqlx = "0.3"
chrono = "0.4"
sqlx = { version = "0.4.0-beta.1", features = ["mysql", "chrono", "macros"] }
tide = "0.13"