work
This commit is contained in:
parent
09a3f096c7
commit
288f193754
7 changed files with 53 additions and 17 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue