Remove spurious audio depedency

This commit is contained in:
Mikayla Maki 2023-07-05 12:05:16 -07:00
parent 594b6e8d64
commit 8b8bafef22
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1405,7 +1405,6 @@ version = "0.16.0"
dependencies = [
"anyhow",
"async-tungstenite",
"audio",
"axum",
"axum-extra",
"base64 0.13.1",

View file

@ -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" }