messages
This commit is contained in:
parent
288f193754
commit
fc3a6fe2a0
8 changed files with 372 additions and 50 deletions
|
@ -9,8 +9,10 @@ anyhow = "1.0"
|
|||
argh = "0.1"
|
||||
askama_tide = "0.10"
|
||||
askama = { version = "0.10", features = ["with-tide"]}
|
||||
async-sqlx-session = "0.2"
|
||||
async-std = { version = "1.6", features = ["attributes"] }
|
||||
chrono = "0.4"
|
||||
http-types = "2.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