This commit is contained in:
Stefan Schwarz 2020-08-21 23:43:42 +02:00
parent c67fcc6fa3
commit 7f60f8fd3d
3 changed files with 18 additions and 1 deletions

View file

@ -13,8 +13,9 @@ async-sqlx-session = "0.2"
async-std = { version = "1.6", features = ["attributes"] }
chrono = "0.4"
http-types = "2.4"
openssl = { version = "0.10.30", features = ["vendored"] }
serde = "1.0"
sqlx = { version = "0.4.0-beta.1", features = ["mysql", "chrono", "macros"] }
sqlx = { version = "0.4.0-beta.1", features = ["mysql", "chrono"] }
tide = "0.13"
[patch.crates-io]