Move audio dependency to dev
This commit is contained in:
parent
8b8bafef22
commit
801f41e68e
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1405,6 +1405,7 @@ version = "0.16.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"async-tungstenite",
|
||||
"audio",
|
||||
"axum",
|
||||
"axum-extra",
|
||||
"base64 0.13.1",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue