This commit is contained in:
Stefan Schwarz 2020-08-15 16:34:23 +02:00
parent 09a3f096c7
commit 288f193754
7 changed files with 53 additions and 17 deletions

View file

@ -6,11 +6,12 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
argh = "0.1.3"
argh = "0.1"
askama_tide = "0.10"
askama = { version = "0.10", features = ["with-tide"]}
async-std = { version = "1.6", features = ["attributes"] }
chrono = "0.4"
serde = "1.0"
sqlx = { version = "0.4.0-beta.1", features = ["mysql", "chrono", "macros"] }
tide = "0.13"