mirror of
https://github.com/zyllian/webdog.git
synced 2025-06-27 17:05:44 -07:00
remove unused tokio macros feature
This commit is contained in:
parent
2330648b69
commit
abd591c8fa
2 changed files with 1 additions and 16 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -2652,21 +2652,9 @@ dependencies = [
|
|||
"mio 1.0.4",
|
||||
"pin-project-lite",
|
||||
"socket2",
|
||||
"tokio-macros",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tokio-macros"
|
||||
version = "2.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.101",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tokio-tungstenite"
|
||||
version = "0.21.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue