diff --git a/crates/activity_indicator/Cargo.toml b/crates/activity_indicator/Cargo.toml index bf255f2690a032b157554239b1b8756408da4c7c..6f0ca876c7f56635ee064493bc8fee40bafc6561 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 0b130c25e133b0d20ce32156225625f8f091f0f4..85dc53b1be7cf3985e068b9cb21e557a3cf2e292 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 2b4f72cf7be814f6c7bb2384b3dec3b41055c51d..253e4af4ce039d32a4dd6fff388fe0272d37a89b 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 427c5541cc473c0b78f6d37b2abb4bb25d12aa32..ca93f5bdf7fca921846cefb167800f8f84dfd16d 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 067cfcfc05775d7f08187851f2969c8ef1230292..37b2a7a1562a325195fb982cc0610fa7a3a77525 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 2e41eb89c309d5213f4ee02190ed0ba2a3b85e0a..f3315a922e814c7545d2d5e6d76b27d0bfc3f6aa 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 f2df9b2f0742a3a4adda474f491d9bbfd8ce14de..03f0a85250ac699e1fbb2bac49f6d53d179283a3 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 c333e6994e2ea127d071f57413a6534a7418b7e3..968db6eed8e694c94679234dca3c5e3531ae412c 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 8f2f75e9f03d00c40c3aae6d3ea7b69c9335b695..f2038d6cdc132d1cb1a487a910dd6cc3bfa79e70 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 3eeb9dd4b23c938a2adf0dbc25ecd39969caea27..d790644e99511737750cc384157e7369617248e4 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 ebb498a2be4cca188ea1bed7455d1121908f5df6..08627d1641befc12c5fd7438f78c2ecd9835f41f 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 27163a3a5aec48fbbeb973956c60414681ea8b89..c81a6fda67314597b4ae01bee72833efe1ba2db4 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 ab072c13ccf360d77c08f17826aa26106af3ce14..04523f94e4826b1a0a454ecb98b866f74cff0552 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 41ac8e2873bbe16e3dec13991d3a07688a1f97c8..b158d528b3efe0701c7eab2d8a46333313aa9bf4 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 5f135d7ad3b2fd298cc77ea186c7bb1254a82f18..85cee90e1255c29aa9ae7a7d575c3272efe0178c 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 3989e6411f86eb8f738ec42efcf5dc2aca6996ac..b60d46ab9aef3d1f9202fa1f7a0531ca28ca8e6b 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 ef8615fdf907e481abf4271f08d497b24018a180..46cce455f1c0cd65c74bc0ad20740517f285a2ed 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 92fafc18fe22f81831c905591ddab6df3f10ccfb..4c9b590dc8e49367b32c8941cc2e8bd823c4ea18 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 ef88295018c11af8c019568cdb19486042c52a9c..e5ca5fcc6b8ba78dafec6b878a0822c86eeeae1a 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 a3532d2a104a5fda19065343576f9cf28bededcc..2e162c19384ba17d5a745167bc1ca1c3b06e15ae 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 a04df2f5bc43ba71189358cc6062a015e8d1a1e4..d21d431ff9e1bb6a93a87d0409ec072d9472a0a9 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 8c398003b422fed58f62a99dcfa909b51644e8f7..cb25ccc9b435292c0d6b6ad9be7ef1cd979e6e47 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 9b52e6a1573c903661a4356a5c9b8e5bff64df04..4ad55d5b0a06ef513f7e55ae8da8e30af9539c18 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 68d9ca3658c320319f25ced584a0f76d7a2da3a9..42369e6dc4f998db735309a5ecd85c9d84fedb59 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 4f7293b1a7854369d8cf2b0dc52c99c8da051e27..aea2db8ab36b93f514adb6b9dde38d9d03634a55 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 9b42d788679d24fad001684da3b5779e609d7b38..5fc2e3de63b8d5ee6f4f831965d21dae3a6340e9 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 74b39af9a4425c7584398a01b9c21913ecf631d7..f48aafd37cd0954c90950dc9076d9c662887f270 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 6069116408378b81a73cd53834bfd4288b7630a5..b90b9cc81e7421a00905b3e88866c3a75fbe827f 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 6a0ab1df3bcfff928678c8a35eae294a9bc4b0c2..76d0cdb43d8d87e8cc2e8593e0f1d65e749990a1 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 16e0a8f0d5a89a41dd7082259f6fa89c5bf3bc48..a347ffc6e729051ab5fea7c3f8e52d2ddc4afb58 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 6ee84a96bb39e3eb4f6a2544cb67d005cec7de40..ede2abcf0dbb85e0583a0f2e1b761564e47ba66a 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 7417502ea7aa3e91d5d33c268f073535f222f48c..d73718c8d7eb10d06c0bf065b1642dee325db935 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 d35c568b37fceac07a178bfadaae7f8cb1f0decf..3d0e57dbc831043a08c48bb17f8f8525f41904c9 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 faf4d50b47e8d3bebb5a7d9cbe1b5cfba137d251..bc7ebf4e87f147bec292d779a120ab5140a11198 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 d791f4f62d11eecdf27d13dcd963a0bac24f66ec..dc6d64c13dd7b00a35711b7a68f0cd3bcd3e1dc4 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 1eb4f618e0a5b27f9059e29d837b1d838bc390d0..0eae185c0acccf6b034aa92d65c07f4b8119754e 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 4b9c99cb8e4bac14b3fb61e0197672ca2c03990b..500bd15a95a6a84687fc6f660de6a239c6a74eb5 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 f5681733f91c8d2b4ad6ee621d83ef21aa528b85..6ef3b92b8b413c3390b0848789c0a19f46704bd0 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 a4916a86d502f78aa780910f855d0d8867fc5c66..48c50a4fda767f338fbcfdda2821fcdf8c45e190 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 b32cbccdb9e298818bf41f51b27cba2cb89c6a8c..5492570b6ba8b4702ce4fb58dbd062d8f0736ac7 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 fc2343c8ba47c80eaf52cc401b7f4673711fff86..d0be28ba94c60e4f2b4ee4080bca5798cd0097e7 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 fa01d1816cc581fd47a4ce1eb7260b0fd845679c..c174cfa226e32a959591994e3e89945b6f266407 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 4a69a354bf5f7ab30460886fb09ea16c8bb22f92..5ec2d0241726dc7149e059b8e044ce1096cefaa7 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 fe54b8d7061bbbf7e2d2e1045178204020247846..5fa8bbb03a92673130da66338cb920ebf3914dbc 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 16a8fef7b6dd154b97d3c72d987e0ad505130e99..bf7cb468ac4d5595dbc755490484bd938b537900 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 c338070dd3921225f56ac650c23446cb0ebb244e..1bdd47f59480491a83d141463298c3288efb21ad 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 68a633c5073c7705e4d981c005d778c3d3faf813..a125bc67e57c29e50f40d8605c59eab2466cdacc 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 dc5d6a36550d0b76a5604e53feff646dbfc33d4c..f701c893e70c067f46f51ee704c75cd262f7b79a 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 f2170faa8cc0466509e0ab8fcc598b99fa84f8cc..be4bb6f2f95fbd18c88841f14ffe52b575255e97 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 ddaeeb4fd67a5b5f66cde9a4a483bcd5aaa53961..453553ed8e2088a72b3ee0bbb3f97627c0328fed 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 e2ae844604ef2ba4958a5a331ccad789e8c2f1ea..d7fbb501cb521748ff14b255be7f19f08b39a68c 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 5bbd645fe62c6098784545078ee1e021387622a2..8f2f8bbf7a3e8f0a063096dfaced399f57aefebd 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 ef886df778ef446bfcea09d51a48212732bb61e5..e57bd07502f12365deeb66b9d96479b98c12918d 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 90af59afcd06748fc8630a4ddcc9facd0f2af762..62a4754effd627d4c1a40f4e388f051a63113ba1 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 782c54693194cdfb23af0a16b3f660121c71ae59..e586f0fc6acac914b34e45c6a5a82e2c33da9d4b 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 a48581402fdb7534cfa2cbd97d933c579b814bf7..cb8478e36d4b5531782f304dfd72f70e921fa954 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 1f88b15bb1d62cdcb0bacd8585e57ace1718ab39..4839bceb644e1e0baba53e3a4cc00fe34b6f2939 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 de2183a34ed41abca04e507f45645de16ab60842..e4bca184ee7e80a1d0554cb70aa6479a4a951ee2 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 f0ef38d7c768089c5d578cd32fe73e828e36243f..42ac3ab8e166381591aa7efbd4f897f6c772b66c 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 74eaaef161ef867cebaf64019fb523c1bae2e0ec..d0c159d994480dbf8c8d0a3cc59bc54d66de0b0c 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 fc273657ab6d5bbddaafe386d44c6b92ead73eb8..f977a872276c23d5e8a39fec2570ae3e1900b732 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 5e77c8786778ae00989660f2e8c3cf6970ba0c2d..c2c62cc01e0758307f0e9184fd5cb72f47979eec 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 559f62c97584ac556fbcce25f88920e81c767d02..ef7c7a3c1c90f0c316ce7b8f67b97a59b335ca26 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 93076629263b287e20529db6e4007569767b4ab9..bfb234ba4a9247384cd9148de0abbd6818998c2f 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 17905fffe5f6fed6cba6e9dd8cf5a14c35dad2b4..47117a38be20f6d0561fa0887e4851190a3cc99f 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 1b4b088925147046ad7a31e7f49525bfd73c12d9..241fc5f4a81893a5959b4cc09ca4ed9e23b3dde4 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 a27bb2443b5f968c9ffa3315bdb6fdc16608db2a..adeaf9dfa82c4618cdf633f1fc3fc470deef891e 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 f4304c5816e96d12ad3bcf2193a9b333909222e4..44be85e436b8e2c73e1444691f0c68f8a1aecc9c 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 508fb05014d9dbe7e2881a0663c5018e9a11b2f3..664397a0a352e4f5d0e580f209980d914daf82df 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 26b5884e0353f9c75a9e15011ed4e1fbe000c749..3bbcb7fab54dde8b4576d035d634467ef6f55d4a 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 b7ffb1cb13a7d026bd0c756cb525eb684250162e..d854a3249777bc5e3d10b27356ef96fedc6d0f8a 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 fe51a9dd3e4cc9499238dfb011b901a7a14873b1..6b5b5743f5d7a55e22b9ec8b6e8351e089e7bfe6 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 c1f08c9e88c829fff256951cf20ca000bbd15cf0..d24039b84cdafeb323c6b3ff7eb2f6fba0a2624e 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 25d306fb59615a27d3f4608eb47e04169961d6dc..7eb6ca3a1288cd1daf8f4dfc353a61e8a2fce927 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 a140901677cd21dc532214db739531c8c3249c84..c2f10619b2043fa2818c61e08d7d7e842818f7c1 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 c50d09f7e8590c418d868f6cae8f25945e1d29fd..7333cae93f90eeee9b157951e94bdaf717e0b6df 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 3f7d48e95a9a657237ee78f3d7aad3ec343d92b8..d76bce811afb8c1b9a07cdba01f8ef2e96b48a36 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 f2fa364a127baa16b3434943e5f6412f360c76c3..9dfce5888dbfbcc31475b326c39ab810eb32587f 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 ffb8dcbca717e6623a700b6f26befe3e00510a49..d60b724f35d5978e665a8c94b65c7c5cd5ab58f0 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 97c5a6e394d4e5f872653e039b7dfa82f81a983a..7736f7a97b1121a15603d14d29fb9bb0c0843e9f 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 b668690ef10c0e03eb68ed6101ff7110e3aebf2d..5e98793f8b91cb942cff4efa0671bf013b076bdd 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