Cargo.lock 🔗
@@ -1405,7 +1405,6 @@ version = "0.16.0"
dependencies = [
"anyhow",
"async-tungstenite",
- "audio",
"axum",
"axum-extra",
"base64 0.13.1",
Mikayla Maki created
Cargo.lock | 1 -
crates/collab/Cargo.toml | 1 -
2 files changed, 2 deletions(-)
@@ -1405,7 +1405,6 @@ version = "0.16.0"
dependencies = [
"anyhow",
"async-tungstenite",
- "audio",
"axum",
"axum-extra",
"base64 0.13.1",
@@ -14,7 +14,6 @@ name = "seed"
required-features = ["seed-support"]
[dependencies]
-audio = { path = "../audio" }
collections = { path = "../collections" }
live_kit_server = { path = "../live_kit_server" }
rpc = { path = "../rpc" }