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
|
@ -17,19 +17,19 @@ 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
|
||||
log.workspace = true
|
||||
rand = {workspace = true, optional = true}
|
||||
rand = { workspace = true, optional = true }
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue