18 lines
575 B
TOML
18 lines
575 B
TOML
[package]
|
|
name = "macnickenson"
|
|
version = "0.1.0"
|
|
authors = ["Stefan Schwarz <stefan@f2o.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
argh = "0.1.3"
|
|
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" }
|