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 88d1eabcae036a995a78088953369e144b67d3db..c922652fe782c0ed754747ed18fb06149da87ce0 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 018f29d0489aef8e4be800a220b6bc5223e34ccc..e6207729deae62a20590d4044eac5c8c3f0b6158 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 f8fbc60d159a6d354011b9a2f2d5633a8d0b2179..05029ae0d43657078ce6e15a7bd15fcd4a5f36d0 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 604b86d3aaaffff158b7711a10cfc81065c78dc3..6936ff538d23173df687fd1776bb757069f457c6 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 be7298f9c9948467e62528aaca533a64a0556109..bc75ff84424ac6e85986131c7adb780e1bc3c71d 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 fe8a6f8162c98124d08d44f6d71caf1efad8d98a..1c0172c02e3283a3af2f0e636ca33c09133293f4 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 6a7bf9a15132b52d087a6f892805a9e36cbfb98d..c1d72135283908e3e66b9d117bb81119f94fca16 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 380f78a7549d5920db3e8d2b84921d0e71aea6b9..6cb81cb94100cb7939bdaae9d98b3093ad0de908 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 db9f225ec577ae80e7a59b814781472411d28074..32ba17cd68889c89885499c91fea9eda010e0f1c 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 72eab8ce0ceed58786028ea235bb3e09e2a75e90..0e876fa7ebf3bbbc8283bfa60ce0dcb609826092 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 52b5eb8a402828716cc3e5204ebe6367ac9540c9..b0029f263e315ecfbf140e6abbfa7d3f7c1689bc 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 0eb1e4272030b11b675c0f4f399711950ffebf88..c6630a4f308d32fbe8ba23d6f8991ea7240e206c 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 6523b8f4ccc2ab40e69e053b85c1160b200c3b76..30b90e503e1477770740089eb677ddb4d8465534 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 56a5ed85054131f8b7c0e74c67b780597fc1b5ae..324b94e62b40c3b26b1fe5963234fe33940e06b1 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 75e0031ef42970664ea8b4c666258404d4ac6ece..5f135d7ad3b2fd298cc77ea186c7bb1254a82f18 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 69c90ed388621df3d0db8638d2206971906c0f65..c5fd9b569df767f32691363403081c72ff33f673 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 e554f4b2395337ab45cc1fdfcc59e79c66c4ad86..7aa04b7fdb48ab175ebd3c299a8e8ee0945bfcca 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 493ca2db7a4b931d55e82747e6f486435d708935..caebde9d8655cd92c47470510eb607f894b4522b 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 ba46030601e1266f57fdbe1211a3e29c5f748696..14c44999fed5120b8d83ea265975738fc79a419b 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 22c2667c072c71c72ff25ba73a629c81c13f27c6..45f97a11db45003a958b056211d139c4f76bf14b 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 46ac064c5f7c4d1537480e1f40fdd82446737d5a..f5227d06142f6174dd04d353f86312d861e8db56 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 e6d818276df0eed8ade955a33cc89b5c8864dbda..72bb895850f717969cb57ac4d660baf4a2ebd000 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 e8e5f2bc4cb4a96da96319d647010c1fd313f77d..2e0cd2dde383262109edd95ca740739f413f3d92 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 2fa050e426a4780d86ed1d9c71e03c78a8e31076..da91916978bc00db0f212e378de1e8043f85ca35 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 9b49787a9fdf216030ab54df57e727338165206c..3a03b237d17c1bb01412ade9cfb608dee5748565 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 36fbaf853f6691e6b686fd89e8811450ab2f4711..99c0cc73b3daff0fa1410556321c753fa680f3d6 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 a7a6482cd1c4cdc3dc3a5890b508f8456d3ce649..d5c56e99ada5d55a5eab9f89c0a0d69cf0c7e9fb 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 e34573abdd9198136c2b4bc8a90dee3ad9e35939..61f3cf9fbb7b0292d48491027bd6a0d1d6614c83 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 4c91c796e627999fecb695e8cf79e3172828e1c4..ecc174a085a48572496d3f90dded962c29313b22 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 3d317eb05a17a9dd3990f9c13fb0f99b6420b662..0972f5605baaab19d0915df9065bf06c649d9b0d 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 22270d59736580d6e6db6828cb02ecf42f5a3ff6..4cd4f5c13394931dcfb00bee7f5ad4eea44e9e84 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 8bff13526bb55d272da0b4b928790a86bb094358..16e0a8f0d5a89a41dd7082259f6fa89c5bf3bc48 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 9bdd70b5fbd69c85dc9ecf9263ec7d37dac2fd5e..59e5f0dc93a05f7184cbb39d7076a3751cdd3125 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 59c4b11241045041019e93ca6c5eab02437684b7..fa6f404c4dbd55e0fa2fee94187b9840b4e227c7 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 fd57206ecc78349a94059fbcc491cfde5a8bb92a..b88108f13961a841b836e96550877a5605eff1a9 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 356c267755cc39e54c96e76eb18b7a7ea128458e..d73d635f29e32cf05b8e5b4938633f1917d66f76 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 1f996268e7c8d6fc3460beffd9d06f82b539907e..22e982c7b266d6fc18da70bbf19cb34853597cf8 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 cfe786090a02d89006be3c539cf7c4704c5301de..d8f37b78ef8b27a80bfe08ce5f6501815794e0e7 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 eb7ba6a7358eca27defa1b227689129ca01386ef..1aef048780e056da5baad86d051afbeed13f9742 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 d7670587b4bf2992b927e943180e90700168b861..cd495899608523446177d9429b918b4b7b386632 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 a4bdfc8957acbc570480c8c588c7d63cd57ad78c..225eca0ff8abd9ba65aed75639e9178745e23f25 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 d4e22308928105dc96d9b2acfb20a5af6d938e26..4e4f968c2c5c296683158872d1a96abb3374eee2 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 7f6d7266984c4933a21358933006e4a16c2470d9..9a03153144b32277ee8efced103bffaf4df73cae 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 77bb4f737e4a1ce0daef3cb2d2759951bc986071..3c9a021b089f5255b3816a6ff762f1061321dd1e 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 af8e70c1065b29fcc5df7f380477e2265a1e1558..7dfcbbca536d9927e535262194bbf715cc97549f 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 6a2dbf87515f7241fb3c7ce424f43b0b96926a89..38bbe976f4477050d1ddae807109452ec6f6ef01 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 5b7aeb12f0e0f272dd8e098505b22cc6c9770cc8..5e10a38af37547979f70c1030c5068b3debf26ae 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 8fe5429156cd188d45d65d755107156080c86e69..33e9d729ca87e3e0c66c01684013f8efb30be9a1 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 d2fb82c28bbc9e064bd6b65088e4ba58999ee645..58ed198116f4b1b603fe4fd57f7c60781684b63e 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 b811593c5a3d0032f35edd3cac7c9373522b40bd..e7c7fbfd0e1e3d75d470a6f3adf98bdc0ada517e 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 682944f7759283d5038930743cfc683f4e24a4b1..13faf0f0e4c568cc8c827a0a0a394bf91517d07b 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 51e41692ff0234c31b225d80024d75d25030b5c1..47ab14fe458c74b8c45a6494f36b45d04ba6b109 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 9c9aaf29d7f6e2d053418946b324d012e9cb7a14..7cfb97d7d34c87c012069a6b446a61fac960056b 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 a4450a83a30e2360b1022c415736f7b94c96fb2e..0b27a3e29a48c6334fb98cf11be6107741663d53 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 d2458122428bd47660fbd4df9dd6f7f76dcb59ff..dfe93f56f7ea5dc6bc0c1e559bb2d324b7a3e4e7 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 efdf0add801f2a7164b8d33170b7756c711ff8fb..a1573e421753de0c78a5732a53a64df3aa10af4a 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 0019ae20c9bf9b27a952bab513b7254bfa54fd8d..782c54693194cdfb23af0a16b3f660121c71ae59 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 3c4233af1f665a9409c248fd55df32c0f093bdb5..f0d6d6d2dc8e616db6949b3ea567cc612d4b3742 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 1dc38382761dda2571b3825d4a7d5e862bd0907f..5fbda502bd20b18c320adbc0b396584b1c1b38ed 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 cd127fb161de2cd5ca1a45ccc2a2c2045aa7de4e..a536c52edbae29b2a34aeacbe1041de3004d5f45 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 e21e68f5d188bf1051b459edc00c37d9da20194b..4645588d4f90487ee5fcdf0c0bb1c083eba13075 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 8de0750520ecf09d3e4e70db9f9d9a75943051e2..e08f74c1f6cc36534cbc636e017a41040278899d 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 34823a6e3d12b41c0887bb3c2f35dd4e21244028..d193ffddcfc649258043b6b978eea28990e83de6 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 6d2d4b9037179f9fc3278484564a191bfe9d0071..9fb0fb65ad200c081ce0cb67b4ea24987063c969 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 d8dc61ab064150d8a6909af8eb8565ca9d071eee..c3f8102595b2feb9e837e44b7576aeee4cd018a6 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 c8de95e3e368594a6f89551798fd5f500d448a7f..334932da79ccd1199837b411a3d12dcc5cafe271 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 d477c06fc30882e19c2b2bc4d53ffee6334dadb5..954742ddb6fbc430076c1a3b89d1f4b1f61e43b1 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 d8ad36938a27b0182b2dcde9a9954c9b56a0af0a..5bbc2fcf41ccb3122ce25126a8de3d49c214cb4d 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 3a00a7a404f2a46990c9c7442202a5a6e3f348b2..97cae8a714d2302cdb534fa6fe5e7bb03cdb24e6 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 3eb54a186debe64c949aa6d539fb2f9baecb673a..a27bb2443b5f968c9ffa3315bdb6fdc16608db2a 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 e8b62c2972021066a39f810e8ecc589d7611bbb9..04658a167e9148cb5aac5e0e3d8829ed4cb4176c 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 a38e0b68e48c5cbece0a89d611de6eb95b2555db..308b9e00c7068dfc33d85582de2995a9c7b3988b 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 edf7104c3c3c8de7107dc7a30579535ef8c4d9c5..41878c7030db5722ed9914055bb01b434ce509fb 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 13ad55f92b87f6b5fe6971adf63ff44440e1fba5..ffd47ee523965ab04fe767a5cc5077d6032a0ec6 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 860d6403102ab7871a8b2c4f460a5ff33810eaa2..077a9540f4c18b427462ee4ef34d99389a2ef2b8 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 cfb57f4e3791689618a6880c410a36aea1e68e9a..16d8d6b32d705269f628733cbbc843d4647f97de 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 bc4d58b2db302949f3fdbe6983dc4afb6d94f884..a25fca0a48913caf76f0884b6c767cbdac3f47cf 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 4291e2e59f04efc36d7c52f6e49629f3346d8d8a..5e231d5858d2ce400a21879a810cbd17e0c8d414 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 c7e1c7e66efc4e0138263023daa8fbac553f9d16..1e6e8ebc39f9937bfb586e0e63444616968c9d37 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 b23a673b26e6b95d41005e6615d6c04b185002be..64fac5564d304e31b0446efa2505af098dcc7696 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 71713eccce5b06ea306084618fac103db5881f86..71be1755f7aa78fa812c3ed82c68e1de5961f545 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 a0b11f59647ff5c8cdc3dae364831affb771174a..684d449b25340578bc95dc89e42ece8af7e0cef4 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 0a4b4053475a9286d2093679a96a1d0ed94fb493..5bfe1ef1eda7d3de603abeb7d78b86ba5983653b 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 0aacc2e79f69e5a3d33d3480a80a823175112822..9598a01e68af676c293e82f1d721ff2aad358d3e 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