Sort dependencies in Cargo.toml
files (#18657)
This PR sorts the dependencies in various `Cargo.toml` files after #18414. Release Notes: - N/A
This commit is contained in:
parent
9565a90528
commit
6f4385e737
11 changed files with 55 additions and 59 deletions
|
@ -14,9 +14,8 @@ name = "eval"
|
|||
path = "src/eval.rs"
|
||||
|
||||
[dependencies]
|
||||
clap.workspace = true
|
||||
anyhow.workspace = true
|
||||
ureq_client.workspace = true
|
||||
clap.workspace = true
|
||||
client.workspace = true
|
||||
clock.workspace = true
|
||||
collections.workspace = true
|
||||
|
@ -25,14 +24,15 @@ feature_flags.workspace = true
|
|||
fs.workspace = true
|
||||
git.workspace = true
|
||||
gpui.workspace = true
|
||||
http_client.workspace = true
|
||||
language.workspace = true
|
||||
languages.workspace = true
|
||||
http_client.workspace = true
|
||||
node_runtime.workspace = true
|
||||
open_ai.workspace = true
|
||||
project.workspace = true
|
||||
settings.workspace = true
|
||||
semantic_index.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
settings.workspace = true
|
||||
smol.workspace = true
|
||||
semantic_index.workspace = true
|
||||
node_runtime.workspace = true
|
||||
ureq_client.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue