async stuff for async serenity

This commit is contained in:
jude-lafitteIII
2020-04-26 01:51:51 +01:00
parent 7b8198aac0
commit 8347f340d5
3 changed files with 108 additions and 14 deletions

4
Cargo.lock generated
View File

@ -15,6 +15,7 @@ dependencies = [
"async-std",
"native-tls",
"thiserror",
"tokio",
"url",
]
@ -1425,6 +1426,7 @@ dependencies = [
"log",
"memchr",
"percent-encoding",
"tokio",
"url",
]
@ -1437,10 +1439,12 @@ dependencies = [
"async-std",
"dotenv",
"futures",
"lazy_static",
"proc-macro2",
"quote",
"sqlx-core",
"syn",
"tokio",
"url",
]