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
|
||||
paths.workspace = true
|
||||
project.workspace = true
|
||||
protols-tree-sitter-proto = { workspace = true, optional = true }
|
||||
regex.workspace = true
|
||||
rope.workspace = true
|
||||
rust-embed.workspace = true
|
||||
|
@ -55,8 +56,7 @@ settings.workspace = true
|
|||
smol.workspace = true
|
||||
task.workspace = true
|
||||
toml.workspace = true
|
||||
util.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 }
|
||||
|
@ -67,13 +67,12 @@ 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}
|
||||
util.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
text.workspace = true
|
||||
|
|
|
@ -17,8 +17,10 @@ test-support = ["tempfile", "git2", "rand"]
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-fs.workspace = true
|
||||
collections.workspace = true
|
||||
dirs.workspace = true
|
||||
futures-lite.workspace = true
|
||||
futures.workspace = true
|
||||
git2 = { workspace = true, optional = true }
|
||||
globset.workspace = true
|
||||
|
@ -28,8 +30,6 @@ regex.workspace = true
|
|||
rust-embed.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
async-fs.workspace = true
|
||||
futures-lite.workspace = true
|
||||
take-until = "0.2.0"
|
||||
tempfile = { workspace = true, optional = true }
|
||||
unicase.workspace = true
|
||||
|
@ -39,5 +39,5 @@ tendril = "0.4.3"
|
|||
|
||||
[dev-dependencies]
|
||||
git2.workspace = true
|
||||
tempfile.workspace = true
|
||||
rand.workspace = true
|
||||
tempfile.workspace = true
|
||||
|
|
|
@ -54,6 +54,6 @@ env_logger.workspace = true
|
|||
git2.workspace = true
|
||||
gpui = { workspace = true, features = ["test-support"] }
|
||||
http_client.workspace = true
|
||||
pretty_assertions.workspace = true
|
||||
rand.workspace = true
|
||||
settings = { workspace = true, features = ["test-support"] }
|
||||
pretty_assertions.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue