diff --git a/Cargo.lock b/Cargo.lock index c6a67d47efc36993e5da5cc8ae30561a366f09d0..ac089cee18e9161bb011f3135af3b619921e14cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1405,6 +1405,7 @@ version = "0.16.0" dependencies = [ "anyhow", "async-tungstenite", + "audio", "axum", "axum-extra", "base64 0.13.1", diff --git a/crates/collab/Cargo.toml b/crates/collab/Cargo.toml index 8bd86ed9ec331ef302fbec9940028fe71a5ea771..c61fdeebfb2f8452a47accedb9643af05bcb4853 100644 --- a/crates/collab/Cargo.toml +++ b/crates/collab/Cargo.toml @@ -57,6 +57,7 @@ tracing-log = "0.1.3" tracing-subscriber = { version = "0.3.11", features = ["env-filter", "json"] } [dev-dependencies] +audio = { path = "../audio" } collections = { path = "../collections", features = ["test-support"] } gpui = { path = "../gpui", features = ["test-support"] } call = { path = "../call", features = ["test-support"] }