diff --git a/crates/activity_indicator/Cargo.toml b/crates/activity_indicator/Cargo.toml index bf255f2690..6f0ca876c7 100644 --- a/crates/activity_indicator/Cargo.toml +++ b/crates/activity_indicator/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/activity_indicator.rs" doctest = false diff --git a/crates/ai/Cargo.toml b/crates/ai/Cargo.toml index 0b130c25e1..85dc53b1be 100644 --- a/crates/ai/Cargo.toml +++ b/crates/ai/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/ai.rs" doctest = false diff --git a/crates/assets/Cargo.toml b/crates/assets/Cargo.toml index 2b4f72cf7b..253e4af4ce 100644 --- a/crates/assets/Cargo.toml +++ b/crates/assets/Cargo.toml @@ -5,9 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] gpui = {path = "../gpui"} rust-embed.workspace = true diff --git a/crates/assistant/Cargo.toml b/crates/assistant/Cargo.toml index 427c5541cc..ca93f5bdf7 100644 --- a/crates/assistant/Cargo.toml +++ b/crates/assistant/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/assistant.rs" doctest = false diff --git a/crates/audio/Cargo.toml b/crates/audio/Cargo.toml index 067cfcfc05..37b2a7a156 100644 --- a/crates/audio/Cargo.toml +++ b/crates/audio/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/audio.rs" doctest = false diff --git a/crates/auto_update/Cargo.toml b/crates/auto_update/Cargo.toml index 2e41eb89c3..f3315a922e 100644 --- a/crates/auto_update/Cargo.toml +++ b/crates/auto_update/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/auto_update.rs" doctest = false diff --git a/crates/breadcrumbs/Cargo.toml b/crates/breadcrumbs/Cargo.toml index f2df9b2f07..03f0a85250 100644 --- a/crates/breadcrumbs/Cargo.toml +++ b/crates/breadcrumbs/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/breadcrumbs.rs" doctest = false diff --git a/crates/call/Cargo.toml b/crates/call/Cargo.toml index c333e6994e..968db6eed8 100644 --- a/crates/call/Cargo.toml +++ b/crates/call/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/call.rs" doctest = false diff --git a/crates/channel/Cargo.toml b/crates/channel/Cargo.toml index 8f2f75e9f0..f2038d6cdc 100644 --- a/crates/channel/Cargo.toml +++ b/crates/channel/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/channel.rs" doctest = false diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3eeb9dd4b2..d790644e99 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/cli.rs" doctest = false diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index ebb498a2be..08627d1641 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/client.rs" doctest = false diff --git a/crates/clock/Cargo.toml b/crates/clock/Cargo.toml index 27163a3a5a..c81a6fda67 100644 --- a/crates/clock/Cargo.toml +++ b/crates/clock/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/clock.rs" doctest = false diff --git a/crates/collab/Cargo.toml b/crates/collab/Cargo.toml index ab072c13cc..04523f94e4 100644 --- a/crates/collab/Cargo.toml +++ b/crates/collab/Cargo.toml @@ -7,7 +7,6 @@ version = "0.42.1" publish = false license = "AGPL-3.0-or-later" - [[bin]] name = "collab" diff --git a/crates/collab_ui/Cargo.toml b/crates/collab_ui/Cargo.toml index 41ac8e2873..b158d528b3 100644 --- a/crates/collab_ui/Cargo.toml +++ b/crates/collab_ui/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/collab_ui.rs" doctest = false diff --git a/crates/collections/Cargo.toml b/crates/collections/Cargo.toml index 5f135d7ad3..85cee90e12 100644 --- a/crates/collections/Cargo.toml +++ b/crates/collections/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "Apache-2.0" - [lib] path = "src/collections.rs" doctest = false diff --git a/crates/command_palette/Cargo.toml b/crates/command_palette/Cargo.toml index 3989e6411f..b60d46ab9a 100644 --- a/crates/command_palette/Cargo.toml +++ b/crates/command_palette/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/command_palette.rs" doctest = false diff --git a/crates/copilot/Cargo.toml b/crates/copilot/Cargo.toml index ef8615fdf9..46cce455f1 100644 --- a/crates/copilot/Cargo.toml +++ b/crates/copilot/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/copilot.rs" doctest = false diff --git a/crates/copilot_ui/Cargo.toml b/crates/copilot_ui/Cargo.toml index 92fafc18fe..4c9b590dc8 100644 --- a/crates/copilot_ui/Cargo.toml +++ b/crates/copilot_ui/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/copilot_ui.rs" doctest = false diff --git a/crates/db/Cargo.toml b/crates/db/Cargo.toml index ef88295018..e5ca5fcc6b 100644 --- a/crates/db/Cargo.toml +++ b/crates/db/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/db.rs" doctest = false diff --git a/crates/diagnostics/Cargo.toml b/crates/diagnostics/Cargo.toml index a3532d2a10..2e162c1938 100644 --- a/crates/diagnostics/Cargo.toml +++ b/crates/diagnostics/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/diagnostics.rs" doctest = false diff --git a/crates/editor/Cargo.toml b/crates/editor/Cargo.toml index a04df2f5bc..d21d431ff9 100644 --- a/crates/editor/Cargo.toml +++ b/crates/editor/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/editor.rs" doctest = false diff --git a/crates/feature_flags/Cargo.toml b/crates/feature_flags/Cargo.toml index 8c398003b4..cb25ccc9b4 100644 --- a/crates/feature_flags/Cargo.toml +++ b/crates/feature_flags/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/feature_flags.rs" diff --git a/crates/feedback/Cargo.toml b/crates/feedback/Cargo.toml index 9b52e6a157..4ad55d5b0a 100644 --- a/crates/feedback/Cargo.toml +++ b/crates/feedback/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/feedback.rs" diff --git a/crates/file_finder/Cargo.toml b/crates/file_finder/Cargo.toml index 68d9ca3658..42369e6dc4 100644 --- a/crates/file_finder/Cargo.toml +++ b/crates/file_finder/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/file_finder.rs" doctest = false diff --git a/crates/fs/Cargo.toml b/crates/fs/Cargo.toml index 4f7293b1a7..aea2db8ab3 100644 --- a/crates/fs/Cargo.toml +++ b/crates/fs/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/fs.rs" diff --git a/crates/fuzzy/Cargo.toml b/crates/fuzzy/Cargo.toml index 9b42d78867..5fc2e3de63 100644 --- a/crates/fuzzy/Cargo.toml +++ b/crates/fuzzy/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/fuzzy.rs" doctest = false diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index 74b39af9a4..f48aafd37c 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/git.rs" diff --git a/crates/go_to_line/Cargo.toml b/crates/go_to_line/Cargo.toml index 6069116408..b90b9cc81e 100644 --- a/crates/go_to_line/Cargo.toml +++ b/crates/go_to_line/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/go_to_line.rs" doctest = false diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 6a0ab1df3b..76d0cdb43d 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -7,7 +7,6 @@ description = "Zed's GPU-accelerated UI framework" publish = false license = "Apache-2.0" - [features] test-support = ["backtrace", "dhat", "env_logger", "collections/test-support", "util/test-support"] diff --git a/crates/gpui_macros/Cargo.toml b/crates/gpui_macros/Cargo.toml index 16e0a8f0d5..a347ffc6e7 100644 --- a/crates/gpui_macros/Cargo.toml +++ b/crates/gpui_macros/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "Apache-2.0" - [lib] path = "src/gpui_macros.rs" proc-macro = true diff --git a/crates/install_cli/Cargo.toml b/crates/install_cli/Cargo.toml index 6ee84a96bb..ede2abcf0d 100644 --- a/crates/install_cli/Cargo.toml +++ b/crates/install_cli/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/install_cli.rs" diff --git a/crates/journal/Cargo.toml b/crates/journal/Cargo.toml index 7417502ea7..d73718c8d7 100644 --- a/crates/journal/Cargo.toml +++ b/crates/journal/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/journal.rs" doctest = false diff --git a/crates/language/Cargo.toml b/crates/language/Cargo.toml index d35c568b37..3d0e57dbc8 100644 --- a/crates/language/Cargo.toml +++ b/crates/language/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/language.rs" doctest = false diff --git a/crates/language_selector/Cargo.toml b/crates/language_selector/Cargo.toml index faf4d50b47..bc7ebf4e87 100644 --- a/crates/language_selector/Cargo.toml +++ b/crates/language_selector/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/language_selector.rs" doctest = false diff --git a/crates/language_tools/Cargo.toml b/crates/language_tools/Cargo.toml index d791f4f62d..dc6d64c13d 100644 --- a/crates/language_tools/Cargo.toml +++ b/crates/language_tools/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/language_tools.rs" doctest = false diff --git a/crates/live_kit_client/Cargo.toml b/crates/live_kit_client/Cargo.toml index 1eb4f618e0..0eae185c0a 100644 --- a/crates/live_kit_client/Cargo.toml +++ b/crates/live_kit_client/Cargo.toml @@ -6,7 +6,6 @@ description = "Bindings to LiveKit Swift client SDK" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/live_kit_client.rs" doctest = false diff --git a/crates/live_kit_server/Cargo.toml b/crates/live_kit_server/Cargo.toml index 4b9c99cb8e..500bd15a95 100644 --- a/crates/live_kit_server/Cargo.toml +++ b/crates/live_kit_server/Cargo.toml @@ -6,7 +6,6 @@ description = "SDK for the LiveKit server API" publish = false license = "AGPL-3.0-or-later" - [lib] path = "src/live_kit_server.rs" doctest = false diff --git a/crates/lsp/Cargo.toml b/crates/lsp/Cargo.toml index f5681733f9..6ef3b92b8b 100644 --- a/crates/lsp/Cargo.toml +++ b/crates/lsp/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/lsp.rs" doctest = false diff --git a/crates/media/Cargo.toml b/crates/media/Cargo.toml index a4916a86d5..48c50a4fda 100644 --- a/crates/media/Cargo.toml +++ b/crates/media/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "Apache-2.0" - [lib] path = "src/media.rs" doctest = false diff --git a/crates/menu/Cargo.toml b/crates/menu/Cargo.toml index b32cbccdb9..5492570b6b 100644 --- a/crates/menu/Cargo.toml +++ b/crates/menu/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/menu.rs" doctest = false diff --git a/crates/multi_buffer/Cargo.toml b/crates/multi_buffer/Cargo.toml index fc2343c8ba..d0be28ba94 100644 --- a/crates/multi_buffer/Cargo.toml +++ b/crates/multi_buffer/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/multi_buffer.rs" doctest = false diff --git a/crates/node_runtime/Cargo.toml b/crates/node_runtime/Cargo.toml index fa01d1816c..c174cfa226 100644 --- a/crates/node_runtime/Cargo.toml +++ b/crates/node_runtime/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/node_runtime.rs" doctest = false diff --git a/crates/notifications/Cargo.toml b/crates/notifications/Cargo.toml index 4a69a354bf..5ec2d02417 100644 --- a/crates/notifications/Cargo.toml +++ b/crates/notifications/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/notification_store.rs" doctest = false diff --git a/crates/outline/Cargo.toml b/crates/outline/Cargo.toml index fe54b8d706..5fa8bbb03a 100644 --- a/crates/outline/Cargo.toml +++ b/crates/outline/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/outline.rs" doctest = false diff --git a/crates/picker/Cargo.toml b/crates/picker/Cargo.toml index 16a8fef7b6..bf7cb468ac 100644 --- a/crates/picker/Cargo.toml +++ b/crates/picker/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/picker.rs" doctest = false diff --git a/crates/plugin/Cargo.toml b/crates/plugin/Cargo.toml index c338070dd3..1bdd47f594 100644 --- a/crates/plugin/Cargo.toml +++ b/crates/plugin/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [dependencies] serde.workspace = true serde_derive.workspace = true diff --git a/crates/plugin_macros/Cargo.toml b/crates/plugin_macros/Cargo.toml index 68a633c507..a125bc67e5 100644 --- a/crates/plugin_macros/Cargo.toml +++ b/crates/plugin_macros/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] proc-macro = true diff --git a/crates/plugin_runtime/Cargo.toml b/crates/plugin_runtime/Cargo.toml index dc5d6a3655..f701c893e7 100644 --- a/crates/plugin_runtime/Cargo.toml +++ b/crates/plugin_runtime/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [dependencies] wasmtime = "2.0" wasmtime-wasi = "2.0" diff --git a/crates/prettier/Cargo.toml b/crates/prettier/Cargo.toml index f2170faa8c..be4bb6f2f9 100644 --- a/crates/prettier/Cargo.toml +++ b/crates/prettier/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/prettier.rs" doctest = false diff --git a/crates/project/Cargo.toml b/crates/project/Cargo.toml index ddaeeb4fd6..453553ed8e 100644 --- a/crates/project/Cargo.toml +++ b/crates/project/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/project.rs" doctest = false diff --git a/crates/project_panel/Cargo.toml b/crates/project_panel/Cargo.toml index e2ae844604..d7fbb501cb 100644 --- a/crates/project_panel/Cargo.toml +++ b/crates/project_panel/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/project_panel.rs" doctest = false diff --git a/crates/project_symbols/Cargo.toml b/crates/project_symbols/Cargo.toml index 5bbd645fe6..8f2f8bbf7a 100644 --- a/crates/project_symbols/Cargo.toml +++ b/crates/project_symbols/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/project_symbols.rs" doctest = false diff --git a/crates/quick_action_bar/Cargo.toml b/crates/quick_action_bar/Cargo.toml index ef886df778..e57bd07502 100644 --- a/crates/quick_action_bar/Cargo.toml +++ b/crates/quick_action_bar/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/quick_action_bar.rs" doctest = false diff --git a/crates/recent_projects/Cargo.toml b/crates/recent_projects/Cargo.toml index 90af59afcd..62a4754eff 100644 --- a/crates/recent_projects/Cargo.toml +++ b/crates/recent_projects/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/recent_projects.rs" doctest = false diff --git a/crates/refineable/Cargo.toml b/crates/refineable/Cargo.toml index 782c546931..e586f0fc6a 100644 --- a/crates/refineable/Cargo.toml +++ b/crates/refineable/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "Apache-2.0" - [lib] path = "src/refineable.rs" doctest = false diff --git a/crates/rich_text/Cargo.toml b/crates/rich_text/Cargo.toml index a48581402f..cb8478e36d 100644 --- a/crates/rich_text/Cargo.toml +++ b/crates/rich_text/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/rich_text.rs" doctest = false diff --git a/crates/rope/Cargo.toml b/crates/rope/Cargo.toml index 1f88b15bb1..4839bceb64 100644 --- a/crates/rope/Cargo.toml +++ b/crates/rope/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/rope.rs" diff --git a/crates/rpc/Cargo.toml b/crates/rpc/Cargo.toml index de2183a34e..e4bca184ee 100644 --- a/crates/rpc/Cargo.toml +++ b/crates/rpc/Cargo.toml @@ -6,7 +6,6 @@ version = "0.1.0" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/rpc.rs" doctest = false diff --git a/crates/search/Cargo.toml b/crates/search/Cargo.toml index f0ef38d7c7..42ac3ab8e1 100644 --- a/crates/search/Cargo.toml +++ b/crates/search/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/search.rs" doctest = false diff --git a/crates/semantic_index/Cargo.toml b/crates/semantic_index/Cargo.toml index 74eaaef161..d0c159d994 100644 --- a/crates/semantic_index/Cargo.toml +++ b/crates/semantic_index/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/semantic_index.rs" doctest = false diff --git a/crates/settings/Cargo.toml b/crates/settings/Cargo.toml index fc273657ab..f977a87227 100644 --- a/crates/settings/Cargo.toml +++ b/crates/settings/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/settings.rs" doctest = false diff --git a/crates/snippet/Cargo.toml b/crates/snippet/Cargo.toml index 5e77c87867..c2c62cc01e 100644 --- a/crates/snippet/Cargo.toml +++ b/crates/snippet/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/snippet.rs" doctest = false diff --git a/crates/sqlez/Cargo.toml b/crates/sqlez/Cargo.toml index 559f62c975..ef7c7a3c1c 100644 --- a/crates/sqlez/Cargo.toml +++ b/crates/sqlez/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [dependencies] anyhow.workspace = true indoc.workspace = true diff --git a/crates/sqlez_macros/Cargo.toml b/crates/sqlez_macros/Cargo.toml index 9307662926..bfb234ba4a 100644 --- a/crates/sqlez_macros/Cargo.toml +++ b/crates/sqlez_macros/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/sqlez_macros.rs" proc-macro = true diff --git a/crates/story/Cargo.toml b/crates/story/Cargo.toml index 17905fffe5..47117a38be 100644 --- a/crates/story/Cargo.toml +++ b/crates/story/Cargo.toml @@ -5,9 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] gpui = { path = "../gpui" } smallvec.workspace = true diff --git a/crates/storybook/Cargo.toml b/crates/storybook/Cargo.toml index 1b4b088925..241fc5f4a8 100644 --- a/crates/storybook/Cargo.toml +++ b/crates/storybook/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [[bin]] name = "storybook" path = "src/storybook.rs" diff --git a/crates/sum_tree/Cargo.toml b/crates/sum_tree/Cargo.toml index a27bb2443b..adeaf9dfa8 100644 --- a/crates/sum_tree/Cargo.toml +++ b/crates/sum_tree/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "Apache-2.0" - [lib] path = "src/sum_tree.rs" doctest = false diff --git a/crates/terminal/Cargo.toml b/crates/terminal/Cargo.toml index f4304c5816..44be85e436 100644 --- a/crates/terminal/Cargo.toml +++ b/crates/terminal/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/terminal.rs" doctest = false diff --git a/crates/terminal_view/Cargo.toml b/crates/terminal_view/Cargo.toml index 508fb05014..664397a0a3 100644 --- a/crates/terminal_view/Cargo.toml +++ b/crates/terminal_view/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/terminal_view.rs" doctest = false diff --git a/crates/text/Cargo.toml b/crates/text/Cargo.toml index 26b5884e03..3bbcb7fab5 100644 --- a/crates/text/Cargo.toml +++ b/crates/text/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/text.rs" doctest = false diff --git a/crates/theme/Cargo.toml b/crates/theme/Cargo.toml index b7ffb1cb13..d854a32497 100644 --- a/crates/theme/Cargo.toml +++ b/crates/theme/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [features] default = [] stories = ["dep:itertools", "dep:story"] diff --git a/crates/theme_importer/Cargo.toml b/crates/theme_importer/Cargo.toml index fe51a9dd3e..6b5b5743f5 100644 --- a/crates/theme_importer/Cargo.toml +++ b/crates/theme_importer/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [dependencies] any_ascii = "0.3.2" anyhow.workspace = true diff --git a/crates/theme_selector/Cargo.toml b/crates/theme_selector/Cargo.toml index c1f08c9e88..d24039b84c 100644 --- a/crates/theme_selector/Cargo.toml +++ b/crates/theme_selector/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/theme_selector.rs" doctest = false diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index 25d306fb59..7eb6ca3a12 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] name = "ui" path = "src/ui.rs" diff --git a/crates/util/Cargo.toml b/crates/util/Cargo.toml index a140901677..c2f10619b2 100644 --- a/crates/util/Cargo.toml +++ b/crates/util/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "Apache-2.0" - [lib] path = "src/util.rs" doctest = true diff --git a/crates/vcs_menu/Cargo.toml b/crates/vcs_menu/Cargo.toml index c50d09f7e8..7333cae93f 100644 --- a/crates/vcs_menu/Cargo.toml +++ b/crates/vcs_menu/Cargo.toml @@ -3,10 +3,8 @@ name = "vcs_menu" version = "0.1.0" edition = "2021" publish = false -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "GPL-3.0-or-later" - [dependencies] fuzzy = { path = "../fuzzy"} fs = {path = "../fs"} diff --git a/crates/vim/Cargo.toml b/crates/vim/Cargo.toml index 3f7d48e95a..d76bce811a 100644 --- a/crates/vim/Cargo.toml +++ b/crates/vim/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/vim.rs" doctest = false diff --git a/crates/welcome/Cargo.toml b/crates/welcome/Cargo.toml index f2fa364a12..9dfce5888d 100644 --- a/crates/welcome/Cargo.toml +++ b/crates/welcome/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/welcome.rs" diff --git a/crates/workspace/Cargo.toml b/crates/workspace/Cargo.toml index ffb8dcbca7..d60b724f35 100644 --- a/crates/workspace/Cargo.toml +++ b/crates/workspace/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - [lib] path = "src/workspace.rs" doctest = false diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 97c5a6e394..7736f7a97b 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -6,7 +6,6 @@ version = "0.121.0" publish = false license = "GPL-3.0-or-later" - [lib] name = "zed" path = "src/zed.rs" diff --git a/crates/zed_actions/Cargo.toml b/crates/zed_actions/Cargo.toml index b668690ef1..5e98793f8b 100644 --- a/crates/zed_actions/Cargo.toml +++ b/crates/zed_actions/Cargo.toml @@ -5,9 +5,6 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] gpui = { path = "../gpui" } serde.workspace = true