mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
Remove spurious audio depedency
This commit is contained in:
parent
594b6e8d64
commit
8b8bafef22
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue