Remove unneeded inline tables in Cargo.toml
s (#27563)
This PR removes some unneeded inline tables from our `Cargo.toml`s. Release Notes: - N/A
This commit is contained in:
parent
231e9c2000
commit
af8acba353
7 changed files with 21 additions and 21 deletions
|
@ -43,10 +43,10 @@ telemetry.workspace = true
|
|||
util.workspace = true
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
livekit_client_macos = { workspace = true }
|
||||
livekit_client_macos.workspace = true
|
||||
|
||||
[target.'cfg(not(target_os = "macos"))'.dependencies]
|
||||
livekit_client = { workspace = true }
|
||||
livekit_client.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
client = { workspace = true, features = ["test-support"] }
|
||||
|
|
|
@ -115,7 +115,7 @@ notifications = { workspace = true, features = ["test-support"] }
|
|||
pretty_assertions.workspace = true
|
||||
project = { workspace = true, features = ["test-support"] }
|
||||
prompt_store.workspace = true
|
||||
recent_projects = { workspace = true }
|
||||
recent_projects.workspace = true
|
||||
release_channel.workspace = true
|
||||
remote = { workspace = true, features = ["test-support"] }
|
||||
remote_server.workspace = true
|
||||
|
|
|
@ -44,9 +44,9 @@ postage.workspace = true
|
|||
core-foundation.workspace = true
|
||||
|
||||
[target.'cfg(all(not(target_os = "macos")))'.dependencies]
|
||||
async-trait = { workspace = true }
|
||||
collections = { workspace = true }
|
||||
gpui = { workspace = true }
|
||||
async-trait.workspace = true
|
||||
collections.workspace = true
|
||||
gpui.workspace = true
|
||||
livekit_api.workspace = true
|
||||
nanoid.workspace = true
|
||||
|
||||
|
|
|
@ -14,4 +14,4 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
gpui.workspace = true
|
||||
serde = { workspace = true }
|
||||
serde.workspace = true
|
||||
|
|
|
@ -44,7 +44,7 @@ workspace.workspace = true
|
|||
zed_actions.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
dap = { workspace = true }
|
||||
dap.workspace = true
|
||||
editor = { workspace = true, features = ["test-support"] }
|
||||
language = { workspace = true, features = ["test-support"] }
|
||||
project = { workspace = true, features = ["test-support"] }
|
||||
|
|
|
@ -44,7 +44,7 @@ languages.workspace = true
|
|||
log.workspace = true
|
||||
lsp.workspace = true
|
||||
node_runtime.workspace = true
|
||||
paths = { workspace = true }
|
||||
paths.workspace = true
|
||||
project.workspace = true
|
||||
proto.workspace = true
|
||||
release_channel.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue