fix livekit-protocol compilation (#78)
This commit is contained in:
@@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.26.0", features = ["full"] }
|
tokio = { version = "1.26.0", features = ["full"] }
|
||||||
futures-util = "0.3"
|
futures-util = { version = "0.3", features = ["sink"] }
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
prost = "0.11"
|
prost = "0.11"
|
||||||
prost-types = "0.11"
|
prost-types = "0.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user