This commit is contained in:
Stefan Schwarz 2020-08-15 09:10:47 +02:00
parent 7100621f5e
commit 09a3f096c7
8 changed files with 154 additions and 115 deletions

View file

@ -5,9 +5,10 @@ authors = ["Stefan Schwarz <stefan@f2o.io>"]
edition = "2018"
[dependencies]
anyhow = "1.0"
argh = "0.1.3"
askama = { version = "0.10", features = ["with-tide"]}
askama_tide = "0.10"
askama = { version = "0.10", features = ["with-tide"]}
async-std = { version = "1.6", features = ["attributes"] }
chrono = "0.4"
sqlx = { version = "0.4.0-beta.1", features = ["mysql", "chrono", "macros"] }