mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
aquatic_ws: use log crate for debug error messages
This commit is contained in:
parent
572aa632b6
commit
0f6d6d4b21
5 changed files with 12 additions and 10 deletions
|
|
@ -21,6 +21,7 @@ either = "1"
|
|||
flume = "0.7"
|
||||
hashbrown = { version = "0.7", features = ["serde"] }
|
||||
indexmap = "1"
|
||||
log = "0.4"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"] }
|
||||
native-tls = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue