mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
aquatic_ws: add simple_logger for debugging, need better solution
This commit is contained in:
parent
23e0e0bcd0
commit
7430c23ccc
4 changed files with 36 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ parking_lot = "0.10"
|
|||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
simple_logger = { version = "1", default-features = false }
|
||||
tungstenite = "0.10"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue