mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 19:06:32 +00:00
Enable tokio parking_lot feature
This commit is contained in:
parent
56973ae26e
commit
c10275831f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ serde_json = "1.0"
|
|||
serde_repr = "0.1"
|
||||
strum = "0.20"
|
||||
strum_macros = "0.20"
|
||||
tokio = { version = "1", default-features = false, features = [ "time" ] }
|
||||
tokio = { version = "1", default-features = false, features = [ "time", "parking_lot" ] }
|
||||
|
||||
[dev-dependencies]
|
||||
colored = "2"
|
||||
|
|
Loading…
Reference in a new issue