Clean up formatting in Cargo.toml
(#18632)
This PR cleans up some formatting in some `Cargo.toml` files. Release Notes: - N/A
This commit is contained in:
parent
21336eb124
commit
cfd61f9337
4 changed files with 26 additions and 27 deletions
|
@ -46,6 +46,7 @@ lsp.workspace = true
|
||||||
node_runtime.workspace = true
|
node_runtime.workspace = true
|
||||||
paths.workspace = true
|
paths.workspace = true
|
||||||
project.workspace = true
|
project.workspace = true
|
||||||
|
protols-tree-sitter-proto = { workspace = true, optional = true }
|
||||||
regex.workspace = true
|
regex.workspace = true
|
||||||
rope.workspace = true
|
rope.workspace = true
|
||||||
rust-embed.workspace = true
|
rust-embed.workspace = true
|
||||||
|
@ -55,26 +56,24 @@ settings.workspace = true
|
||||||
smol.workspace = true
|
smol.workspace = true
|
||||||
task.workspace = true
|
task.workspace = true
|
||||||
toml.workspace = true
|
toml.workspace = true
|
||||||
|
tree-sitter = { workspace = true, optional = true }
|
||||||
|
tree-sitter-bash = { workspace = true, optional = true }
|
||||||
|
tree-sitter-c = { workspace = true, optional = true }
|
||||||
|
tree-sitter-cpp = { workspace = true, optional = true }
|
||||||
|
tree-sitter-css = { workspace = true, optional = true }
|
||||||
|
tree-sitter-go = { workspace = true, optional = true }
|
||||||
|
tree-sitter-go-mod = { workspace = true, optional = true }
|
||||||
|
tree-sitter-gowork = { workspace = true, optional = true }
|
||||||
|
tree-sitter-jsdoc = { workspace = true, optional = true }
|
||||||
|
tree-sitter-json = { workspace = true, optional = true }
|
||||||
|
tree-sitter-md = { workspace = true, optional = true }
|
||||||
|
tree-sitter-python = { workspace = true, optional = true }
|
||||||
|
tree-sitter-regex = { workspace = true, optional = true }
|
||||||
|
tree-sitter-rust = { workspace = true, optional = true }
|
||||||
|
tree-sitter-typescript = { workspace = true, optional = true }
|
||||||
|
tree-sitter-yaml = { workspace = true, optional = true }
|
||||||
util.workspace = true
|
util.workspace = true
|
||||||
|
|
||||||
tree-sitter-bash = {workspace = true, optional = true}
|
|
||||||
tree-sitter-c = {workspace = true, optional = true}
|
|
||||||
tree-sitter-cpp = {workspace = true, optional = true}
|
|
||||||
tree-sitter-css = {workspace = true, optional = true}
|
|
||||||
tree-sitter-go = {workspace = true, optional = true}
|
|
||||||
tree-sitter-go-mod = {workspace = true, optional = true}
|
|
||||||
tree-sitter-gowork = {workspace = true, optional = true}
|
|
||||||
tree-sitter-jsdoc = {workspace = true, optional = true}
|
|
||||||
tree-sitter-json = {workspace = true, optional = true}
|
|
||||||
tree-sitter-md = {workspace = true, optional = true}
|
|
||||||
protols-tree-sitter-proto = {workspace = true, optional = true}
|
|
||||||
tree-sitter-python = {workspace = true, optional = true}
|
|
||||||
tree-sitter-regex = {workspace = true, optional = true}
|
|
||||||
tree-sitter-rust = {workspace = true, optional = true}
|
|
||||||
tree-sitter-typescript = {workspace = true, optional = true}
|
|
||||||
tree-sitter-yaml = {workspace = true, optional = true}
|
|
||||||
tree-sitter = {workspace = true, optional = true}
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
text.workspace = true
|
text.workspace = true
|
||||||
theme = { workspace = true, features = ["test-support"] }
|
theme = { workspace = true, features = ["test-support"] }
|
||||||
|
|
|
@ -17,19 +17,19 @@ test-support = ["tempfile", "git2", "rand"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
|
async-fs.workspace = true
|
||||||
collections.workspace = true
|
collections.workspace = true
|
||||||
dirs.workspace = true
|
dirs.workspace = true
|
||||||
|
futures-lite.workspace = true
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
git2 = { workspace = true, optional = true }
|
git2 = { workspace = true, optional = true }
|
||||||
globset.workspace = true
|
globset.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
rand = {workspace = true, optional = true}
|
rand = { workspace = true, optional = true }
|
||||||
regex.workspace = true
|
regex.workspace = true
|
||||||
rust-embed.workspace = true
|
rust-embed.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
async-fs.workspace = true
|
|
||||||
futures-lite.workspace = true
|
|
||||||
take-until = "0.2.0"
|
take-until = "0.2.0"
|
||||||
tempfile = { workspace = true, optional = true }
|
tempfile = { workspace = true, optional = true }
|
||||||
unicase.workspace = true
|
unicase.workspace = true
|
||||||
|
@ -39,5 +39,5 @@ tendril = "0.4.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
git2.workspace = true
|
git2.workspace = true
|
||||||
tempfile.workspace = true
|
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
|
tempfile.workspace = true
|
||||||
|
|
|
@ -48,12 +48,12 @@ text.workspace = true
|
||||||
util.workspace = true
|
util.workspace = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
clock = {workspace = true, features = ["test-support"]}
|
clock = { workspace = true, features = ["test-support"] }
|
||||||
collections = { workspace = true, features = ["test-support"] }
|
collections = { workspace = true, features = ["test-support"] }
|
||||||
env_logger.workspace = true
|
env_logger.workspace = true
|
||||||
git2.workspace = true
|
git2.workspace = true
|
||||||
gpui = {workspace = true, features = ["test-support"]}
|
gpui = { workspace = true, features = ["test-support"] }
|
||||||
http_client.workspace = true
|
http_client.workspace = true
|
||||||
rand.workspace = true
|
|
||||||
settings = {workspace = true, features = ["test-support"]}
|
|
||||||
pretty_assertions.workspace = true
|
pretty_assertions.workspace = true
|
||||||
|
rand.workspace = true
|
||||||
|
settings = { workspace = true, features = ["test-support"] }
|
||||||
|
|
|
@ -63,7 +63,7 @@ language.workspace = true
|
||||||
language_model.workspace = true
|
language_model.workspace = true
|
||||||
language_selector.workspace = true
|
language_selector.workspace = true
|
||||||
language_tools.workspace = true
|
language_tools.workspace = true
|
||||||
languages = {workspace = true, features = ["load-grammars"] }
|
languages = { workspace = true, features = ["load-grammars"] }
|
||||||
libc.workspace = true
|
libc.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
markdown_preview.workspace = true
|
markdown_preview.workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue