WIP: Start on a fake implementation of live-kit

This commit is contained in:
Antonio Scandurra 2022-10-19 13:53:40 +02:00
parent 3160d07b9c
commit fb5c6493cf
6 changed files with 518 additions and 432 deletions

View file

@ -12,6 +12,7 @@ test-support = [
"client/test-support",
"collections/test-support",
"gpui/test-support",
"live_kit_client/test-support",
"project/test-support",
"util/test-support"
]
@ -33,5 +34,6 @@ postage = { version = "0.4.1", features = ["futures-traits"] }
client = { path = "../client", features = ["test-support"] }
collections = { path = "../collections", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
live_kit_client = { path = "../live_kit_client", features = ["test-support"] }
project = { path = "../project", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] }