Enable feature "macros" of dep "tokio"

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-08-04 18:46:41 +10:00
parent ca3efdf2eb
commit 74051eb478
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 13 additions and 1 deletions

12
Cargo.lock generated
View file

@ -1683,9 +1683,21 @@ dependencies = [
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"winapi",
]
[[package]]
name = "tokio-macros"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.0"