From 8ea2bd4c7e46f018343367ce604371d800a6355b Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 2 Jul 2024 13:30:55 -0400 Subject: [PATCH] Organize dependencies in workspace `Cargo.toml` (#13746) This PR does some organization in the workspace's `Cargo.toml`. Namely, ensuring the dependency lists of internal and external dependencies remain separate. Release Notes: - N/A --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d5d27267ff..c9fe41f772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,10 +158,8 @@ assets = { path = "crates/assets" } assistant = { path = "crates/assistant" } assistant_slash_command = { path = "crates/assistant_slash_command" } assistant_tooling = { path = "crates/assistant_tooling" } -async-watch = "0.3.1" audio = { path = "crates/audio" } auto_update = { path = "crates/auto_update" } -base64 = "0.13" breadcrumbs = { path = "crates/breadcrumbs" } call = { path = "crates/call" } channel = { path = "crates/channel" } @@ -174,7 +172,6 @@ collections = { path = "crates/collections" } command_palette = { path = "crates/command_palette" } command_palette_hooks = { path = "crates/command_palette_hooks" } copilot = { path = "crates/copilot" } -dashmap = "5.5.3" db = { path = "crates/db" } dev_server_projects = { path = "crates/dev_server_projects" } diagnostics = { path = "crates/diagnostics" } @@ -272,8 +269,8 @@ zed = { path = "crates/zed" } zed_actions = { path = "crates/zed_actions" } alacritty_terminal = "0.23" -anyhow = "1.0.57" any_vec = "0.13" +anyhow = "1.0.57" ashpd = "0.8.0" async-compression = { version = "0.4", features = ["gzip", "futures-io"] } async-dispatcher = { version = "0.1"} @@ -281,20 +278,23 @@ async-fs = "1.6" async-recursion = "1.0.0" async-tar = "0.4.2" async-trait = "0.1" +async-watch = "0.3.1" async_zip = { version = "0.0.17", features = ["deflate", "deflate64"] } +base64 = "0.13" bitflags = "2.4.2" blade-graphics = { git = "https://github.com/kvark/blade", rev = "21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7" } -blade-macros = { git = "https://github.com/kvark/blade", rev = "21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7" } -blade-util = { git = "https://github.com/kvark/blade", rev = "21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7" } +blade-macros = { git = "https://github.com/kvark/blade", rev = "21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7" } +blade-util = { git = "https://github.com/kvark/blade", rev = "21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7" } cap-std = "3.0" cargo_toml = "0.20" chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.4", features = ["derive"] } clickhouse = { version = "0.11.6" } cocoa = "0.25" -ctor = "0.2.6" core-foundation = { version = "0.9.3" } core-foundation-sys = "0.8.6" +ctor = "0.2.6" +dashmap = "5.5.3" derive_more = "0.99.17" dirs = "4.0" emojis = "0.6.1"