From 21e6b093611abb901c4c2c1c1dda71e435fae13a Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:40:30 +0100 Subject: [PATCH] Remove license-file from Cargo.toml as it is apparently redundant (#4218) Release Notes: - N/A --- crates/activity_indicator/Cargo.toml | 2 +- crates/ai/Cargo.toml | 2 +- crates/assets/Cargo.toml | 2 +- crates/assistant/Cargo.toml | 2 +- crates/audio/Cargo.toml | 2 +- crates/auto_update/Cargo.toml | 2 +- crates/breadcrumbs/Cargo.toml | 2 +- crates/call/Cargo.toml | 2 +- crates/channel/Cargo.toml | 2 +- crates/cli/Cargo.toml | 2 +- crates/client/Cargo.toml | 2 +- crates/clock/Cargo.toml | 2 +- crates/collab/Cargo.toml | 2 +- crates/collab_ui/Cargo.toml | 2 +- crates/collections/Cargo.toml | 2 +- crates/color/Cargo.toml | 2 +- crates/command_palette/Cargo.toml | 2 +- crates/copilot/Cargo.toml | 2 +- crates/copilot_ui/Cargo.toml | 2 +- crates/db/Cargo.toml | 2 +- crates/diagnostics/Cargo.toml | 2 +- crates/editor/Cargo.toml | 2 +- crates/feature_flags/Cargo.toml | 2 +- crates/feedback/Cargo.toml | 2 +- crates/file_finder/Cargo.toml | 2 +- crates/fs/Cargo.toml | 2 +- crates/fsevent/Cargo.toml | 2 +- crates/fuzzy/Cargo.toml | 2 +- crates/git/Cargo.toml | 2 +- crates/go_to_line/Cargo.toml | 2 +- crates/gpui/Cargo.toml | 2 +- crates/gpui_macros/Cargo.toml | 2 +- crates/install_cli/Cargo.toml | 2 +- crates/journal/Cargo.toml | 2 +- crates/language/Cargo.toml | 2 +- crates/language_selector/Cargo.toml | 2 +- crates/language_tools/Cargo.toml | 2 +- crates/live_kit_client/Cargo.toml | 2 +- crates/live_kit_server/Cargo.toml | 2 +- crates/lsp/Cargo.toml | 2 +- crates/media/Cargo.toml | 2 +- crates/menu/Cargo.toml | 2 +- crates/multi_buffer/Cargo.toml | 2 +- crates/node_runtime/Cargo.toml | 2 +- crates/notifications/Cargo.toml | 2 +- crates/outline/Cargo.toml | 2 +- crates/picker/Cargo.toml | 2 +- crates/plugin/Cargo.toml | 2 +- crates/plugin_macros/Cargo.toml | 2 +- crates/plugin_runtime/Cargo.toml | 2 +- crates/prettier/Cargo.toml | 2 +- crates/project/Cargo.toml | 2 +- crates/project_panel/Cargo.toml | 2 +- crates/project_symbols/Cargo.toml | 2 +- crates/quick_action_bar/Cargo.toml | 2 +- crates/recent_projects/Cargo.toml | 2 +- crates/refineable/Cargo.toml | 2 +- crates/refineable/derive_refineable/Cargo.toml | 1 - crates/rich_text/Cargo.toml | 2 +- crates/rope/Cargo.toml | 2 +- crates/rpc/Cargo.toml | 2 +- crates/search/Cargo.toml | 2 +- crates/semantic_index/Cargo.toml | 2 +- crates/settings/Cargo.toml | 2 +- crates/snippet/Cargo.toml | 2 +- crates/sqlez/Cargo.toml | 2 +- crates/sqlez_macros/Cargo.toml | 2 +- crates/story/Cargo.toml | 2 +- crates/storybook/Cargo.toml | 2 +- crates/sum_tree/Cargo.toml | 2 +- crates/terminal/Cargo.toml | 2 +- crates/terminal_view/Cargo.toml | 2 +- crates/text/Cargo.toml | 2 +- crates/theme/Cargo.toml | 2 +- crates/theme_importer/Cargo.toml | 2 +- crates/theme_selector/Cargo.toml | 2 +- crates/ui/Cargo.toml | 2 +- crates/util/Cargo.toml | 2 +- crates/vcs_menu/Cargo.toml | 2 +- crates/vim/Cargo.toml | 2 +- crates/welcome/Cargo.toml | 2 +- crates/workspace/Cargo.toml | 2 +- crates/zed/Cargo.toml | 2 +- crates/zed_actions/Cargo.toml | 2 +- 84 files changed, 83 insertions(+), 84 deletions(-) diff --git a/crates/activity_indicator/Cargo.toml b/crates/activity_indicator/Cargo.toml index 88d1eabcae..c922652fe7 100644 --- a/crates/activity_indicator/Cargo.toml +++ b/crates/activity_indicator/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/activity_indicator.rs" diff --git a/crates/ai/Cargo.toml b/crates/ai/Cargo.toml index 018f29d048..e6207729de 100644 --- a/crates/ai/Cargo.toml +++ b/crates/ai/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/ai.rs" diff --git a/crates/assets/Cargo.toml b/crates/assets/Cargo.toml index f8fbc60d15..05029ae0d4 100644 --- a/crates/assets/Cargo.toml +++ b/crates/assets/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/assistant/Cargo.toml b/crates/assistant/Cargo.toml index 604b86d3aa..6936ff538d 100644 --- a/crates/assistant/Cargo.toml +++ b/crates/assistant/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/assistant.rs" diff --git a/crates/audio/Cargo.toml b/crates/audio/Cargo.toml index be7298f9c9..bc75ff8442 100644 --- a/crates/audio/Cargo.toml +++ b/crates/audio/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/audio.rs" diff --git a/crates/auto_update/Cargo.toml b/crates/auto_update/Cargo.toml index fe8a6f8162..1c0172c02e 100644 --- a/crates/auto_update/Cargo.toml +++ b/crates/auto_update/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/auto_update.rs" diff --git a/crates/breadcrumbs/Cargo.toml b/crates/breadcrumbs/Cargo.toml index 6a7bf9a151..c1d7213528 100644 --- a/crates/breadcrumbs/Cargo.toml +++ b/crates/breadcrumbs/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/breadcrumbs.rs" diff --git a/crates/call/Cargo.toml b/crates/call/Cargo.toml index 380f78a754..6cb81cb941 100644 --- a/crates/call/Cargo.toml +++ b/crates/call/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/call.rs" diff --git a/crates/channel/Cargo.toml b/crates/channel/Cargo.toml index db9f225ec5..32ba17cd68 100644 --- a/crates/channel/Cargo.toml +++ b/crates/channel/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/channel.rs" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 72eab8ce0c..0e876fa7eb 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/cli.rs" diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 52b5eb8a40..b0029f263e 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/client.rs" diff --git a/crates/clock/Cargo.toml b/crates/clock/Cargo.toml index 0eb1e42720..c6630a4f30 100644 --- a/crates/clock/Cargo.toml +++ b/crates/clock/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/clock.rs" diff --git a/crates/collab/Cargo.toml b/crates/collab/Cargo.toml index 6523b8f4cc..30b90e503e 100644 --- a/crates/collab/Cargo.toml +++ b/crates/collab/Cargo.toml @@ -6,7 +6,7 @@ name = "collab" version = "0.40.0" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [[bin]] name = "collab" diff --git a/crates/collab_ui/Cargo.toml b/crates/collab_ui/Cargo.toml index 56a5ed8505..324b94e62b 100644 --- a/crates/collab_ui/Cargo.toml +++ b/crates/collab_ui/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/collab_ui.rs" diff --git a/crates/collections/Cargo.toml b/crates/collections/Cargo.toml index 75e0031ef4..5f135d7ad3 100644 --- a/crates/collections/Cargo.toml +++ b/crates/collections/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "Apache-2.0" -license-file = "../../LICENSE-APACHE" + [lib] path = "src/collections.rs" diff --git a/crates/color/Cargo.toml b/crates/color/Cargo.toml index 69c90ed388..c5fd9b569d 100644 --- a/crates/color/Cargo.toml +++ b/crates/color/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [features] default = [] diff --git a/crates/command_palette/Cargo.toml b/crates/command_palette/Cargo.toml index e554f4b239..7aa04b7fdb 100644 --- a/crates/command_palette/Cargo.toml +++ b/crates/command_palette/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/command_palette.rs" diff --git a/crates/copilot/Cargo.toml b/crates/copilot/Cargo.toml index 493ca2db7a..caebde9d86 100644 --- a/crates/copilot/Cargo.toml +++ b/crates/copilot/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/copilot.rs" diff --git a/crates/copilot_ui/Cargo.toml b/crates/copilot_ui/Cargo.toml index ba46030601..14c44999fe 100644 --- a/crates/copilot_ui/Cargo.toml +++ b/crates/copilot_ui/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/copilot_ui.rs" diff --git a/crates/db/Cargo.toml b/crates/db/Cargo.toml index 22c2667c07..45f97a11db 100644 --- a/crates/db/Cargo.toml +++ b/crates/db/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/db.rs" diff --git a/crates/diagnostics/Cargo.toml b/crates/diagnostics/Cargo.toml index 46ac064c5f..f5227d0614 100644 --- a/crates/diagnostics/Cargo.toml +++ b/crates/diagnostics/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/diagnostics.rs" diff --git a/crates/editor/Cargo.toml b/crates/editor/Cargo.toml index e6d818276d..72bb895850 100644 --- a/crates/editor/Cargo.toml +++ b/crates/editor/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/editor.rs" diff --git a/crates/feature_flags/Cargo.toml b/crates/feature_flags/Cargo.toml index e8e5f2bc4c..2e0cd2dde3 100644 --- a/crates/feature_flags/Cargo.toml +++ b/crates/feature_flags/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/feature_flags.rs" diff --git a/crates/feedback/Cargo.toml b/crates/feedback/Cargo.toml index 2fa050e426..da91916978 100644 --- a/crates/feedback/Cargo.toml +++ b/crates/feedback/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/feedback.rs" diff --git a/crates/file_finder/Cargo.toml b/crates/file_finder/Cargo.toml index 9b49787a9f..3a03b237d1 100644 --- a/crates/file_finder/Cargo.toml +++ b/crates/file_finder/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/file_finder.rs" diff --git a/crates/fs/Cargo.toml b/crates/fs/Cargo.toml index 36fbaf853f..99c0cc73b3 100644 --- a/crates/fs/Cargo.toml +++ b/crates/fs/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/fs.rs" diff --git a/crates/fsevent/Cargo.toml b/crates/fsevent/Cargo.toml index a7a6482cd1..d5c56e99ad 100644 --- a/crates/fsevent/Cargo.toml +++ b/crates/fsevent/Cargo.toml @@ -4,7 +4,7 @@ version = "2.0.2" license = "MIT" edition = "2021" publish = false -license-file = "../../LICENSE-AGPL" + [lib] path = "src/fsevent.rs" diff --git a/crates/fuzzy/Cargo.toml b/crates/fuzzy/Cargo.toml index e34573abdd..61f3cf9fbb 100644 --- a/crates/fuzzy/Cargo.toml +++ b/crates/fuzzy/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/fuzzy.rs" diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index 4c91c796e6..ecc174a085 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/git.rs" diff --git a/crates/go_to_line/Cargo.toml b/crates/go_to_line/Cargo.toml index 3d317eb05a..0972f5605b 100644 --- a/crates/go_to_line/Cargo.toml +++ b/crates/go_to_line/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/go_to_line.rs" diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 22270d5973..4cd4f5c133 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Nathan Sobo "] description = "Zed's GPU-accelerated UI framework" publish = false license = "Apache-2.0" -license-file = "../../LICENSE-APACHE" + [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 8bff13526b..16e0a8f0d5 100644 --- a/crates/gpui_macros/Cargo.toml +++ b/crates/gpui_macros/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "Apache-2.0" -license-file = "../../LICENSE-APACHE" + [lib] path = "src/gpui_macros.rs" diff --git a/crates/install_cli/Cargo.toml b/crates/install_cli/Cargo.toml index 9bdd70b5fb..59e5f0dc93 100644 --- a/crates/install_cli/Cargo.toml +++ b/crates/install_cli/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/install_cli.rs" diff --git a/crates/journal/Cargo.toml b/crates/journal/Cargo.toml index 59c4b11241..fa6f404c4d 100644 --- a/crates/journal/Cargo.toml +++ b/crates/journal/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/journal.rs" diff --git a/crates/language/Cargo.toml b/crates/language/Cargo.toml index fd57206ecc..b88108f139 100644 --- a/crates/language/Cargo.toml +++ b/crates/language/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/language.rs" diff --git a/crates/language_selector/Cargo.toml b/crates/language_selector/Cargo.toml index 356c267755..d73d635f29 100644 --- a/crates/language_selector/Cargo.toml +++ b/crates/language_selector/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/language_selector.rs" diff --git a/crates/language_tools/Cargo.toml b/crates/language_tools/Cargo.toml index 1f996268e7..22e982c7b2 100644 --- a/crates/language_tools/Cargo.toml +++ b/crates/language_tools/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/language_tools.rs" diff --git a/crates/live_kit_client/Cargo.toml b/crates/live_kit_client/Cargo.toml index cfe786090a..d8f37b78ef 100644 --- a/crates/live_kit_client/Cargo.toml +++ b/crates/live_kit_client/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "Bindings to LiveKit Swift client SDK" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/live_kit_client.rs" diff --git a/crates/live_kit_server/Cargo.toml b/crates/live_kit_server/Cargo.toml index eb7ba6a735..1aef048780 100644 --- a/crates/live_kit_server/Cargo.toml +++ b/crates/live_kit_server/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "SDK for the LiveKit server API" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/live_kit_server.rs" diff --git a/crates/lsp/Cargo.toml b/crates/lsp/Cargo.toml index d7670587b4..cd49589960 100644 --- a/crates/lsp/Cargo.toml +++ b/crates/lsp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/lsp.rs" diff --git a/crates/media/Cargo.toml b/crates/media/Cargo.toml index a4bdfc8957..225eca0ff8 100644 --- a/crates/media/Cargo.toml +++ b/crates/media/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "Apache-2.0" -license-file = "../../LICENSE-APACHE" + [lib] path = "src/media.rs" diff --git a/crates/menu/Cargo.toml b/crates/menu/Cargo.toml index d4e2230892..4e4f968c2c 100644 --- a/crates/menu/Cargo.toml +++ b/crates/menu/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/menu.rs" diff --git a/crates/multi_buffer/Cargo.toml b/crates/multi_buffer/Cargo.toml index 7f6d726698..9a03153144 100644 --- a/crates/multi_buffer/Cargo.toml +++ b/crates/multi_buffer/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/multi_buffer.rs" diff --git a/crates/node_runtime/Cargo.toml b/crates/node_runtime/Cargo.toml index 77bb4f737e..3c9a021b08 100644 --- a/crates/node_runtime/Cargo.toml +++ b/crates/node_runtime/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/node_runtime.rs" diff --git a/crates/notifications/Cargo.toml b/crates/notifications/Cargo.toml index af8e70c106..7dfcbbca53 100644 --- a/crates/notifications/Cargo.toml +++ b/crates/notifications/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/notification_store.rs" diff --git a/crates/outline/Cargo.toml b/crates/outline/Cargo.toml index 6a2dbf8751..38bbe976f4 100644 --- a/crates/outline/Cargo.toml +++ b/crates/outline/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/outline.rs" diff --git a/crates/picker/Cargo.toml b/crates/picker/Cargo.toml index 5b7aeb12f0..5e10a38af3 100644 --- a/crates/picker/Cargo.toml +++ b/crates/picker/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/picker.rs" diff --git a/crates/plugin/Cargo.toml b/crates/plugin/Cargo.toml index 8fe5429156..33e9d729ca 100644 --- a/crates/plugin/Cargo.toml +++ b/crates/plugin/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [dependencies] serde.workspace = true diff --git a/crates/plugin_macros/Cargo.toml b/crates/plugin_macros/Cargo.toml index d2fb82c28b..58ed198116 100644 --- a/crates/plugin_macros/Cargo.toml +++ b/crates/plugin_macros/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] proc-macro = true diff --git a/crates/plugin_runtime/Cargo.toml b/crates/plugin_runtime/Cargo.toml index b811593c5a..e7c7fbfd0e 100644 --- a/crates/plugin_runtime/Cargo.toml +++ b/crates/plugin_runtime/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [dependencies] wasmtime = "2.0" diff --git a/crates/prettier/Cargo.toml b/crates/prettier/Cargo.toml index 682944f775..13faf0f0e4 100644 --- a/crates/prettier/Cargo.toml +++ b/crates/prettier/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/prettier.rs" diff --git a/crates/project/Cargo.toml b/crates/project/Cargo.toml index 51e41692ff..47ab14fe45 100644 --- a/crates/project/Cargo.toml +++ b/crates/project/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/project.rs" diff --git a/crates/project_panel/Cargo.toml b/crates/project_panel/Cargo.toml index 9c9aaf29d7..7cfb97d7d3 100644 --- a/crates/project_panel/Cargo.toml +++ b/crates/project_panel/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/project_panel.rs" diff --git a/crates/project_symbols/Cargo.toml b/crates/project_symbols/Cargo.toml index a4450a83a3..0b27a3e29a 100644 --- a/crates/project_symbols/Cargo.toml +++ b/crates/project_symbols/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/project_symbols.rs" diff --git a/crates/quick_action_bar/Cargo.toml b/crates/quick_action_bar/Cargo.toml index d245812242..dfe93f56f7 100644 --- a/crates/quick_action_bar/Cargo.toml +++ b/crates/quick_action_bar/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/quick_action_bar.rs" diff --git a/crates/recent_projects/Cargo.toml b/crates/recent_projects/Cargo.toml index efdf0add80..a1573e4217 100644 --- a/crates/recent_projects/Cargo.toml +++ b/crates/recent_projects/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/recent_projects.rs" diff --git a/crates/refineable/Cargo.toml b/crates/refineable/Cargo.toml index 0019ae20c9..782c546931 100644 --- a/crates/refineable/Cargo.toml +++ b/crates/refineable/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "Apache-2.0" -license-file = "../../LICENSE-APACHE" + [lib] path = "src/refineable.rs" diff --git a/crates/refineable/derive_refineable/Cargo.toml b/crates/refineable/derive_refineable/Cargo.toml index 3c4233af1f..f0d6d6d2dc 100644 --- a/crates/refineable/derive_refineable/Cargo.toml +++ b/crates/refineable/derive_refineable/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" publish = false license = "Apache-2.0" -license-file = "../../../LICENSE-APACHE" [lib] path = "src/derive_refineable.rs" diff --git a/crates/rich_text/Cargo.toml b/crates/rich_text/Cargo.toml index 1dc3838276..5fbda502bd 100644 --- a/crates/rich_text/Cargo.toml +++ b/crates/rich_text/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/rich_text.rs" diff --git a/crates/rope/Cargo.toml b/crates/rope/Cargo.toml index cd127fb161..a536c52edb 100644 --- a/crates/rope/Cargo.toml +++ b/crates/rope/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/rope.rs" diff --git a/crates/rpc/Cargo.toml b/crates/rpc/Cargo.toml index e21e68f5d1..4645588d4f 100644 --- a/crates/rpc/Cargo.toml +++ b/crates/rpc/Cargo.toml @@ -5,7 +5,7 @@ name = "rpc" version = "0.1.0" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/rpc.rs" diff --git a/crates/search/Cargo.toml b/crates/search/Cargo.toml index 8de0750520..e08f74c1f6 100644 --- a/crates/search/Cargo.toml +++ b/crates/search/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/search.rs" diff --git a/crates/semantic_index/Cargo.toml b/crates/semantic_index/Cargo.toml index 34823a6e3d..d193ffddcf 100644 --- a/crates/semantic_index/Cargo.toml +++ b/crates/semantic_index/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/semantic_index.rs" diff --git a/crates/settings/Cargo.toml b/crates/settings/Cargo.toml index 6d2d4b9037..9fb0fb65ad 100644 --- a/crates/settings/Cargo.toml +++ b/crates/settings/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/settings.rs" diff --git a/crates/snippet/Cargo.toml b/crates/snippet/Cargo.toml index d8dc61ab06..c3f8102595 100644 --- a/crates/snippet/Cargo.toml +++ b/crates/snippet/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/snippet.rs" diff --git a/crates/sqlez/Cargo.toml b/crates/sqlez/Cargo.toml index c8de95e3e3..334932da79 100644 --- a/crates/sqlez/Cargo.toml +++ b/crates/sqlez/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [dependencies] anyhow.workspace = true diff --git a/crates/sqlez_macros/Cargo.toml b/crates/sqlez_macros/Cargo.toml index d477c06fc3..954742ddb6 100644 --- a/crates/sqlez_macros/Cargo.toml +++ b/crates/sqlez_macros/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/sqlez_macros.rs" diff --git a/crates/story/Cargo.toml b/crates/story/Cargo.toml index d8ad36938a..5bbc2fcf41 100644 --- a/crates/story/Cargo.toml +++ b/crates/story/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/storybook/Cargo.toml b/crates/storybook/Cargo.toml index 3a00a7a404..97cae8a714 100644 --- a/crates/storybook/Cargo.toml +++ b/crates/storybook/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [[bin]] name = "storybook" diff --git a/crates/sum_tree/Cargo.toml b/crates/sum_tree/Cargo.toml index 3eb54a186d..a27bb2443b 100644 --- a/crates/sum_tree/Cargo.toml +++ b/crates/sum_tree/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "Apache-2.0" -license-file = "../../LICENSE-APACHE" + [lib] path = "src/sum_tree.rs" diff --git a/crates/terminal/Cargo.toml b/crates/terminal/Cargo.toml index e8b62c2972..04658a167e 100644 --- a/crates/terminal/Cargo.toml +++ b/crates/terminal/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/terminal.rs" diff --git a/crates/terminal_view/Cargo.toml b/crates/terminal_view/Cargo.toml index a38e0b68e4..308b9e00c7 100644 --- a/crates/terminal_view/Cargo.toml +++ b/crates/terminal_view/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/terminal_view.rs" diff --git a/crates/text/Cargo.toml b/crates/text/Cargo.toml index edf7104c3c..41878c7030 100644 --- a/crates/text/Cargo.toml +++ b/crates/text/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/text.rs" diff --git a/crates/theme/Cargo.toml b/crates/theme/Cargo.toml index 13ad55f92b..ffd47ee523 100644 --- a/crates/theme/Cargo.toml +++ b/crates/theme/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [features] default = [] diff --git a/crates/theme_importer/Cargo.toml b/crates/theme_importer/Cargo.toml index 860d640310..077a9540f4 100644 --- a/crates/theme_importer/Cargo.toml +++ b/crates/theme_importer/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [dependencies] any_ascii = "0.3.2" diff --git a/crates/theme_selector/Cargo.toml b/crates/theme_selector/Cargo.toml index cfb57f4e37..16d8d6b32d 100644 --- a/crates/theme_selector/Cargo.toml +++ b/crates/theme_selector/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/theme_selector.rs" diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index bc4d58b2db..a25fca0a48 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] name = "ui" diff --git a/crates/util/Cargo.toml b/crates/util/Cargo.toml index 4291e2e59f..5e231d5858 100644 --- a/crates/util/Cargo.toml +++ b/crates/util/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "Apache-2.0" -license-file = "../../LICENSE-APACHE" + [lib] path = "src/util.rs" diff --git a/crates/vcs_menu/Cargo.toml b/crates/vcs_menu/Cargo.toml index c7e1c7e66e..1e6e8ebc39 100644 --- a/crates/vcs_menu/Cargo.toml +++ b/crates/vcs_menu/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [dependencies] fuzzy = { path = "../fuzzy"} diff --git a/crates/vim/Cargo.toml b/crates/vim/Cargo.toml index b23a673b26..64fac5564d 100644 --- a/crates/vim/Cargo.toml +++ b/crates/vim/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/vim.rs" diff --git a/crates/welcome/Cargo.toml b/crates/welcome/Cargo.toml index 71713eccce..71be1755f7 100644 --- a/crates/welcome/Cargo.toml +++ b/crates/welcome/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/welcome.rs" diff --git a/crates/workspace/Cargo.toml b/crates/workspace/Cargo.toml index a0b11f5964..684d449b25 100644 --- a/crates/workspace/Cargo.toml +++ b/crates/workspace/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] path = "src/workspace.rs" diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 0a4b405347..5bfe1ef1ed 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -5,7 +5,7 @@ name = "zed" version = "0.120.0" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + [lib] name = "zed" diff --git a/crates/zed_actions/Cargo.toml b/crates/zed_actions/Cargo.toml index 0aacc2e79f..9598a01e68 100644 --- a/crates/zed_actions/Cargo.toml +++ b/crates/zed_actions/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false license = "AGPL-3.0-only" -license-file = "../../LICENSE-AGPL" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html