some work
This commit is contained in:
parent
c5fcafe450
commit
78e19bdfee
4 changed files with 203 additions and 124 deletions
|
@ -4,12 +4,15 @@ version = "0.1.0"
|
|||
authors = ["Stefan Schwarz <stefan@f2o.io>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
argh = "0.1.3"
|
||||
askama = "0.8"
|
||||
askama = { version = "0.10", features = ["with-tide"]}
|
||||
askama_tide = "0.10"
|
||||
async-std = { version = "1.6", features = ["attributes"] }
|
||||
chrono = "0.4"
|
||||
sqlx = { version = "0.4.0-beta.1", features = ["mysql", "chrono", "macros"] }
|
||||
tide = "0.13"
|
||||
|
||||
[patch.crates-io]
|
||||
askama_tide = { git = "https://github.com/jbr/askama", branch = "update-tide-to-0.13" }
|
||||
askama = { git = "https://github.com/jbr/askama", branch = "update-tide-to-0.13" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue