diff --git a/Cargo.toml b/Cargo.toml index 4531901ef7..8be87f0584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -186,6 +186,10 @@ members = [ ] default-members = ["crates/zed"] +[workspace.package] +publish = false +edition = "2021" + [workspace.dependencies] # diff --git a/crates/activity_indicator/Cargo.toml b/crates/activity_indicator/Cargo.toml index 54c2f49844..e28c30ca88 100644 --- a/crates/activity_indicator/Cargo.toml +++ b/crates/activity_indicator/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "activity_indicator" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/anthropic/Cargo.toml b/crates/anthropic/Cargo.toml index 32ac0fd988..35d849fb47 100644 --- a/crates/anthropic/Cargo.toml +++ b/crates/anthropic/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "anthropic" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "AGPL-3.0-or-later" [features] diff --git a/crates/assets/Cargo.toml b/crates/assets/Cargo.toml index 06f91da59f..a56cd109f1 100644 --- a/crates/assets/Cargo.toml +++ b/crates/assets/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "assets" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lib] diff --git a/crates/assistant/Cargo.toml b/crates/assistant/Cargo.toml index 8940552a4e..f076135ef5 100644 --- a/crates/assistant/Cargo.toml +++ b/crates/assistant/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "assistant" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/assistant2/Cargo.toml b/crates/assistant2/Cargo.toml index 31ea647a40..ea3b7935e6 100644 --- a/crates/assistant2/Cargo.toml +++ b/crates/assistant2/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "assistant2" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/assistant_settings/Cargo.toml b/crates/assistant_settings/Cargo.toml index d142541cf3..32ebb6a959 100644 --- a/crates/assistant_settings/Cargo.toml +++ b/crates/assistant_settings/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "assistant_settings" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/assistant_slash_command/Cargo.toml b/crates/assistant_slash_command/Cargo.toml index 24d3478ea1..88c486a5e0 100644 --- a/crates/assistant_slash_command/Cargo.toml +++ b/crates/assistant_slash_command/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "assistant_slash_command" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/assistant_slash_commands/Cargo.toml b/crates/assistant_slash_commands/Cargo.toml index 675daceb11..5987e85cad 100644 --- a/crates/assistant_slash_commands/Cargo.toml +++ b/crates/assistant_slash_commands/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "assistant_slash_commands" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/assistant_tool/Cargo.toml b/crates/assistant_tool/Cargo.toml index 90d0ab9142..1a5e954dfd 100644 --- a/crates/assistant_tool/Cargo.toml +++ b/crates/assistant_tool/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "assistant_tool" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/assistant_tools/Cargo.toml b/crates/assistant_tools/Cargo.toml index 4e92d67299..9e102588f2 100644 --- a/crates/assistant_tools/Cargo.toml +++ b/crates/assistant_tools/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "assistant_tools" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/audio/Cargo.toml b/crates/audio/Cargo.toml index f3bc173764..724d21c3eb 100644 --- a/crates/audio/Cargo.toml +++ b/crates/audio/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "audio" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/auto_update/Cargo.toml b/crates/auto_update/Cargo.toml index fa46b04a78..5bd15bcd22 100644 --- a/crates/auto_update/Cargo.toml +++ b/crates/auto_update/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "auto_update" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/auto_update_ui/Cargo.toml b/crates/auto_update_ui/Cargo.toml index 1d62d295b7..53e467ff27 100644 --- a/crates/auto_update_ui/Cargo.toml +++ b/crates/auto_update_ui/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "auto_update_ui" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/breadcrumbs/Cargo.toml b/crates/breadcrumbs/Cargo.toml index 8a941be607..39dde14006 100644 --- a/crates/breadcrumbs/Cargo.toml +++ b/crates/breadcrumbs/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "breadcrumbs" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/call/Cargo.toml b/crates/call/Cargo.toml index 8b4777b578..a5f445ef30 100644 --- a/crates/call/Cargo.toml +++ b/crates/call/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "call" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/channel/Cargo.toml b/crates/channel/Cargo.toml index 77179eea93..89bac1f544 100644 --- a/crates/channel/Cargo.toml +++ b/crates/channel/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "channel" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 170647873a..94e79bd389 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "cli" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index debf2ea824..ac0d968eb2 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "client" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/clock/Cargo.toml b/crates/clock/Cargo.toml index b6f28741c3..486cf0ba8b 100644 --- a/crates/clock/Cargo.toml +++ b/crates/clock/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "clock" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/collab/Cargo.toml b/crates/collab/Cargo.toml index 9c6b4f35f6..420b63ffcd 100644 --- a/crates/collab/Cargo.toml +++ b/crates/collab/Cargo.toml @@ -1,10 +1,10 @@ [package] authors = ["Nathan Sobo "] default-run = "collab" -edition = "2021" +edition.workspace = true name = "collab" version = "0.44.0" -publish = false +publish.workspace = true license = "AGPL-3.0-or-later" [lints] diff --git a/crates/collab_ui/Cargo.toml b/crates/collab_ui/Cargo.toml index 65db68ebef..66d1411e50 100644 --- a/crates/collab_ui/Cargo.toml +++ b/crates/collab_ui/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "collab_ui" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/collections/Cargo.toml b/crates/collections/Cargo.toml index 3daaf83c69..90dbcd59c2 100644 --- a/crates/collections/Cargo.toml +++ b/crates/collections/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "collections" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/command_palette/Cargo.toml b/crates/command_palette/Cargo.toml index 2e1c3aff4d..fd7fccebeb 100644 --- a/crates/command_palette/Cargo.toml +++ b/crates/command_palette/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "command_palette" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/command_palette_hooks/Cargo.toml b/crates/command_palette_hooks/Cargo.toml index 941233ade6..b55283012e 100644 --- a/crates/command_palette_hooks/Cargo.toml +++ b/crates/command_palette_hooks/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "command_palette_hooks" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/context_server/Cargo.toml b/crates/context_server/Cargo.toml index e264bff2f4..dab1a76a96 100644 --- a/crates/context_server/Cargo.toml +++ b/crates/context_server/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "context_server" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/context_server_settings/Cargo.toml b/crates/context_server_settings/Cargo.toml index ad0d1d9dc0..586e9fd6e5 100644 --- a/crates/context_server_settings/Cargo.toml +++ b/crates/context_server_settings/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "context_server_settings" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/copilot/Cargo.toml b/crates/copilot/Cargo.toml index 5905d2d46e..bc2aea9b80 100644 --- a/crates/copilot/Cargo.toml +++ b/crates/copilot/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "copilot" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/db/Cargo.toml b/crates/db/Cargo.toml index d99979d6d0..d338d57ac1 100644 --- a/crates/db/Cargo.toml +++ b/crates/db/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "db" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/diagnostics/Cargo.toml b/crates/diagnostics/Cargo.toml index b851a2733f..7888c40579 100644 --- a/crates/diagnostics/Cargo.toml +++ b/crates/diagnostics/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "diagnostics" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/docs_preprocessor/Cargo.toml b/crates/docs_preprocessor/Cargo.toml index 0e47e3357d..62c98c93d8 100644 --- a/crates/docs_preprocessor/Cargo.toml +++ b/crates/docs_preprocessor/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "docs_preprocessor" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [dependencies] diff --git a/crates/editor/Cargo.toml b/crates/editor/Cargo.toml index 3b92a35dfd..6968a2e24b 100644 --- a/crates/editor/Cargo.toml +++ b/crates/editor/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "editor" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/evals/Cargo.toml b/crates/evals/Cargo.toml index 744094aeaf..6484e9a6a7 100644 --- a/crates/evals/Cargo.toml +++ b/crates/evals/Cargo.toml @@ -2,8 +2,8 @@ name = "evals" description = "Evaluations for Zed's AI features" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/extension/Cargo.toml b/crates/extension/Cargo.toml index b92771d09d..d21c69458f 100644 --- a/crates/extension/Cargo.toml +++ b/crates/extension/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "extension" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/extension_api/Cargo.toml b/crates/extension_api/Cargo.toml index 29b00628b9..e2afa2795f 100644 --- a/crates/extension_api/Cargo.toml +++ b/crates/extension_api/Cargo.toml @@ -5,7 +5,8 @@ description = "APIs for creating Zed extensions in Rust" repository = "https://github.com/zed-industries/zed" documentation = "https://docs.rs/zed_extension_api" keywords = ["zed", "extension"] -edition = "2021" +edition.workspace = true +publish = true license = "Apache-2.0" [lints] diff --git a/crates/extension_cli/Cargo.toml b/crates/extension_cli/Cargo.toml index d7ec5aa7cf..55bad74d7e 100644 --- a/crates/extension_cli/Cargo.toml +++ b/crates/extension_cli/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "extension_cli" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/extension_host/Cargo.toml b/crates/extension_host/Cargo.toml index b196733596..15f4547f82 100644 --- a/crates/extension_host/Cargo.toml +++ b/crates/extension_host/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "extension_host" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/extensions_ui/Cargo.toml b/crates/extensions_ui/Cargo.toml index be263b286e..1df235c822 100644 --- a/crates/extensions_ui/Cargo.toml +++ b/crates/extensions_ui/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "extensions_ui" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/feature_flags/Cargo.toml b/crates/feature_flags/Cargo.toml index 834e315af3..a2f991b6f5 100644 --- a/crates/feature_flags/Cargo.toml +++ b/crates/feature_flags/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "feature_flags" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/feedback/Cargo.toml b/crates/feedback/Cargo.toml index 605b572c6c..75264a970a 100644 --- a/crates/feedback/Cargo.toml +++ b/crates/feedback/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "feedback" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/file_finder/Cargo.toml b/crates/file_finder/Cargo.toml index 2b4aa5fe30..466aefb390 100644 --- a/crates/file_finder/Cargo.toml +++ b/crates/file_finder/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "file_finder" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/file_icons/Cargo.toml b/crates/file_icons/Cargo.toml index c0847cd888..32b73ce828 100644 --- a/crates/file_icons/Cargo.toml +++ b/crates/file_icons/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "file_icons" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/fireworks/Cargo.toml b/crates/fireworks/Cargo.toml index d9aa1b7bb6..baf81ae29e 100644 --- a/crates/fireworks/Cargo.toml +++ b/crates/fireworks/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "fireworks" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/fs/Cargo.toml b/crates/fs/Cargo.toml index fe145a6be5..35754822e8 100644 --- a/crates/fs/Cargo.toml +++ b/crates/fs/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "fs" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/fsevent/Cargo.toml b/crates/fsevent/Cargo.toml index 957917bf92..59bac408f5 100644 --- a/crates/fsevent/Cargo.toml +++ b/crates/fsevent/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "fsevent" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/fuzzy/Cargo.toml b/crates/fuzzy/Cargo.toml index 6d115fb1b5..8c7176298f 100644 --- a/crates/fuzzy/Cargo.toml +++ b/crates/fuzzy/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "fuzzy" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index d31538353e..875d8aa19f 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "git" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/git_hosting_providers/Cargo.toml b/crates/git_hosting_providers/Cargo.toml index be0ca56eef..164e9816dd 100644 --- a/crates/git_hosting_providers/Cargo.toml +++ b/crates/git_hosting_providers/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "git_hosting_providers" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/git_ui/Cargo.toml b/crates/git_ui/Cargo.toml index 120ca92857..2b8c843701 100644 --- a/crates/git_ui/Cargo.toml +++ b/crates/git_ui/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "git_ui" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/go_to_line/Cargo.toml b/crates/go_to_line/Cargo.toml index 0e19b41b75..9dac0cd4ec 100644 --- a/crates/go_to_line/Cargo.toml +++ b/crates/go_to_line/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "go_to_line" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/google_ai/Cargo.toml b/crates/google_ai/Cargo.toml index f923e0ec91..5ff5a93948 100644 --- a/crates/google_ai/Cargo.toml +++ b/crates/google_ai/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "google_ai" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 38a0ec3a3d..6e904b7c97 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "gpui" version = "0.1.0" -edition = "2021" +edition.workspace = true authors = ["Nathan Sobo "] description = "Zed's GPU-accelerated UI framework" -publish = false +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/gpui_macros/Cargo.toml b/crates/gpui_macros/Cargo.toml index 304fc37d32..6936066192 100644 --- a/crates/gpui_macros/Cargo.toml +++ b/crates/gpui_macros/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "gpui_macros" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/html_to_markdown/Cargo.toml b/crates/html_to_markdown/Cargo.toml index e3964bbd2b..e00a3b120f 100644 --- a/crates/html_to_markdown/Cargo.toml +++ b/crates/html_to_markdown/Cargo.toml @@ -5,7 +5,8 @@ description = "Convert HTML to Markdown" repository = "https://github.com/zed-industries/zed" documentation = "https://docs.rs/html_to_markdown" keywords = ["html", "markdown", "html-to-markdown"] -edition = "2021" +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/http_client/Cargo.toml b/crates/http_client/Cargo.toml index a4f10cff18..423bb66f7c 100644 --- a/crates/http_client/Cargo.toml +++ b/crates/http_client/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "http_client" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/image_viewer/Cargo.toml b/crates/image_viewer/Cargo.toml index f408d31177..cd10ade67b 100644 --- a/crates/image_viewer/Cargo.toml +++ b/crates/image_viewer/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "image_viewer" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/indexed_docs/Cargo.toml b/crates/indexed_docs/Cargo.toml index 4526c1d1c4..3b622a8f91 100644 --- a/crates/indexed_docs/Cargo.toml +++ b/crates/indexed_docs/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "indexed_docs" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/inline_completion/Cargo.toml b/crates/inline_completion/Cargo.toml index cdcf71c230..b6b5e2a92e 100644 --- a/crates/inline_completion/Cargo.toml +++ b/crates/inline_completion/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "inline_completion" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/inline_completion_button/Cargo.toml b/crates/inline_completion_button/Cargo.toml index 2416e42a9c..ae1bbd0941 100644 --- a/crates/inline_completion_button/Cargo.toml +++ b/crates/inline_completion_button/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "inline_completion_button" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/install_cli/Cargo.toml b/crates/install_cli/Cargo.toml index 4edeb01dcd..ac5e8a3ba8 100644 --- a/crates/install_cli/Cargo.toml +++ b/crates/install_cli/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "install_cli" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/journal/Cargo.toml b/crates/journal/Cargo.toml index e5dd558fa8..20a456684c 100644 --- a/crates/journal/Cargo.toml +++ b/crates/journal/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "journal" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/language/Cargo.toml b/crates/language/Cargo.toml index d3cb1cfda2..cd0fceea0c 100644 --- a/crates/language/Cargo.toml +++ b/crates/language/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "language" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/language_extension/Cargo.toml b/crates/language_extension/Cargo.toml index 3d1e4d0a64..ef561b8841 100644 --- a/crates/language_extension/Cargo.toml +++ b/crates/language_extension/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "language_extension" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/language_model/Cargo.toml b/crates/language_model/Cargo.toml index 02b0bee939..0842e18752 100644 --- a/crates/language_model/Cargo.toml +++ b/crates/language_model/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "language_model" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/language_model_selector/Cargo.toml b/crates/language_model_selector/Cargo.toml index cd00af50c0..41c24248ab 100644 --- a/crates/language_model_selector/Cargo.toml +++ b/crates/language_model_selector/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "language_model_selector" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/language_models/Cargo.toml b/crates/language_models/Cargo.toml index 2918041712..b66447124b 100644 --- a/crates/language_models/Cargo.toml +++ b/crates/language_models/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "language_models" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/language_selector/Cargo.toml b/crates/language_selector/Cargo.toml index 276e9b0d42..47ad9b9f88 100644 --- a/crates/language_selector/Cargo.toml +++ b/crates/language_selector/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "language_selector" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/language_tools/Cargo.toml b/crates/language_tools/Cargo.toml index 285e128eac..5eab9ff07e 100644 --- a/crates/language_tools/Cargo.toml +++ b/crates/language_tools/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "language_tools" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/languages/Cargo.toml b/crates/languages/Cargo.toml index 951423056e..b325e2250d 100644 --- a/crates/languages/Cargo.toml +++ b/crates/languages/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "languages" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/livekit_client/Cargo.toml b/crates/livekit_client/Cargo.toml index 29c04db1d9..99e137a394 100644 --- a/crates/livekit_client/Cargo.toml +++ b/crates/livekit_client/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "livekit_client" version = "0.1.0" -edition = "2021" +edition.workspace = true description = "Logic for using LiveKit with GPUI" -publish = false +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/livekit_client_macos/Cargo.toml b/crates/livekit_client_macos/Cargo.toml index 88565c0348..405515bf29 100644 --- a/crates/livekit_client_macos/Cargo.toml +++ b/crates/livekit_client_macos/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "livekit_client_macos" version = "0.1.0" -edition = "2021" +edition.workspace = true description = "Bindings to LiveKit Swift client SDK" -publish = false +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/livekit_server/Cargo.toml b/crates/livekit_server/Cargo.toml index c76cb1580c..afbdbf5c9a 100644 --- a/crates/livekit_server/Cargo.toml +++ b/crates/livekit_server/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "livekit_server" version = "0.1.0" -edition = "2021" +edition.workspace = true description = "SDK for the LiveKit server API" -publish = false +publish.workspace = true license = "AGPL-3.0-or-later" [lints] diff --git a/crates/lmstudio/Cargo.toml b/crates/lmstudio/Cargo.toml index 8027830ddc..825507b915 100644 --- a/crates/lmstudio/Cargo.toml +++ b/crates/lmstudio/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "lmstudio" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/lsp/Cargo.toml b/crates/lsp/Cargo.toml index f06173ac1b..0937b47217 100644 --- a/crates/lsp/Cargo.toml +++ b/crates/lsp/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "lsp" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/markdown/Cargo.toml b/crates/markdown/Cargo.toml index 00fbb0a50a..5fe64ece7b 100644 --- a/crates/markdown/Cargo.toml +++ b/crates/markdown/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "markdown" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/markdown_preview/Cargo.toml b/crates/markdown_preview/Cargo.toml index f1409c23a4..670c606ca8 100644 --- a/crates/markdown_preview/Cargo.toml +++ b/crates/markdown_preview/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "markdown_preview" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/media/Cargo.toml b/crates/media/Cargo.toml index 1f2cfb0854..d078e9afd6 100644 --- a/crates/media/Cargo.toml +++ b/crates/media/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "media" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/menu/Cargo.toml b/crates/menu/Cargo.toml index ce12455710..e104ccb52b 100644 --- a/crates/menu/Cargo.toml +++ b/crates/menu/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "menu" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/multi_buffer/Cargo.toml b/crates/multi_buffer/Cargo.toml index 42cacc34b1..8a102f7f00 100644 --- a/crates/multi_buffer/Cargo.toml +++ b/crates/multi_buffer/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "multi_buffer" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/node_runtime/Cargo.toml b/crates/node_runtime/Cargo.toml index 20b6be407f..9a9842b066 100644 --- a/crates/node_runtime/Cargo.toml +++ b/crates/node_runtime/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "node_runtime" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/notifications/Cargo.toml b/crates/notifications/Cargo.toml index 3e1c856e40..79399f2e6d 100644 --- a/crates/notifications/Cargo.toml +++ b/crates/notifications/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "notifications" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/ollama/Cargo.toml b/crates/ollama/Cargo.toml index 34d8802b97..0fe594269f 100644 --- a/crates/ollama/Cargo.toml +++ b/crates/ollama/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ollama" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/open_ai/Cargo.toml b/crates/open_ai/Cargo.toml index 4f729598f8..c4e9e7a11b 100644 --- a/crates/open_ai/Cargo.toml +++ b/crates/open_ai/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "open_ai" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/outline/Cargo.toml b/crates/outline/Cargo.toml index 064c8b3ef8..5069fa2373 100644 --- a/crates/outline/Cargo.toml +++ b/crates/outline/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "outline" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/outline_panel/Cargo.toml b/crates/outline_panel/Cargo.toml index 0333e487cc..b0e6af1afa 100644 --- a/crates/outline_panel/Cargo.toml +++ b/crates/outline_panel/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "outline_panel" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/paths/Cargo.toml b/crates/paths/Cargo.toml index 1f465a482f..844114f8de 100644 --- a/crates/paths/Cargo.toml +++ b/crates/paths/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "paths" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/picker/Cargo.toml b/crates/picker/Cargo.toml index e906b0965e..3caf152b24 100644 --- a/crates/picker/Cargo.toml +++ b/crates/picker/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "picker" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/prettier/Cargo.toml b/crates/prettier/Cargo.toml index 54ea49bc5e..9da1e4c8d6 100644 --- a/crates/prettier/Cargo.toml +++ b/crates/prettier/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "prettier" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/project/Cargo.toml b/crates/project/Cargo.toml index 249f788c82..5149a818cf 100644 --- a/crates/project/Cargo.toml +++ b/crates/project/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "project" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/project_panel/Cargo.toml b/crates/project_panel/Cargo.toml index af913d9d6b..e52316c915 100644 --- a/crates/project_panel/Cargo.toml +++ b/crates/project_panel/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "project_panel" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/project_symbols/Cargo.toml b/crates/project_symbols/Cargo.toml index cadbdd83aa..034e95de82 100644 --- a/crates/project_symbols/Cargo.toml +++ b/crates/project_symbols/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "project_symbols" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/prompt_library/Cargo.toml b/crates/prompt_library/Cargo.toml index 2c60dc8b3e..c083e37fb4 100644 --- a/crates/prompt_library/Cargo.toml +++ b/crates/prompt_library/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "prompt_library" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/proto/Cargo.toml b/crates/proto/Cargo.toml index eca020a92d..9af37d9eb2 100644 --- a/crates/proto/Cargo.toml +++ b/crates/proto/Cargo.toml @@ -1,9 +1,9 @@ [package] description = "Shared protocol for communication between the Zed app and the zed.dev server" -edition = "2021" +edition.workspace = true name = "proto" version = "0.1.0" -publish = false +publish.workspace = true license = "GPL-3.0-or-later" [features] diff --git a/crates/recent_projects/Cargo.toml b/crates/recent_projects/Cargo.toml index be0556db39..c74c51be46 100644 --- a/crates/recent_projects/Cargo.toml +++ b/crates/recent_projects/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "recent_projects" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/refineable/Cargo.toml b/crates/refineable/Cargo.toml index bda47e7a8a..df039a09be 100644 --- a/crates/refineable/Cargo.toml +++ b/crates/refineable/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "refineable" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/refineable/derive_refineable/Cargo.toml b/crates/refineable/derive_refineable/Cargo.toml index 00502ec19a..62669c610c 100644 --- a/crates/refineable/derive_refineable/Cargo.toml +++ b/crates/refineable/derive_refineable/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "derive_refineable" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/release_channel/Cargo.toml b/crates/release_channel/Cargo.toml index 7c12194674..53ae535045 100644 --- a/crates/release_channel/Cargo.toml +++ b/crates/release_channel/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "release_channel" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/remote/Cargo.toml b/crates/remote/Cargo.toml index 69d1d97c59..46102fac9a 100644 --- a/crates/remote/Cargo.toml +++ b/crates/remote/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "remote" description = "Client-side subsystem for remote editing" -edition = "2021" +edition.workspace = true version = "0.1.0" -publish = false +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/remote_server/Cargo.toml b/crates/remote_server/Cargo.toml index 82853217dc..a9baa0a6ad 100644 --- a/crates/remote_server/Cargo.toml +++ b/crates/remote_server/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "remote_server" description = "Daemon used for remote editing" -edition = "2021" +edition.workspace = true version = "0.1.0" -publish = false +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/repl/Cargo.toml b/crates/repl/Cargo.toml index cc6cd7c1c8..5520a4fd35 100644 --- a/crates/repl/Cargo.toml +++ b/crates/repl/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "repl" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/reqwest_client/Cargo.toml b/crates/reqwest_client/Cargo.toml index ccf7dc35e2..b1b9116323 100644 --- a/crates/reqwest_client/Cargo.toml +++ b/crates/reqwest_client/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "reqwest_client" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/rich_text/Cargo.toml b/crates/rich_text/Cargo.toml index 146fdcbd8a..17bd8d2a4b 100644 --- a/crates/rich_text/Cargo.toml +++ b/crates/rich_text/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rich_text" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/rope/Cargo.toml b/crates/rope/Cargo.toml index 13f5979732..c9e4d6f25a 100644 --- a/crates/rope/Cargo.toml +++ b/crates/rope/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rope" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/rpc/Cargo.toml b/crates/rpc/Cargo.toml index ce665a111a..7ebb68e018 100644 --- a/crates/rpc/Cargo.toml +++ b/crates/rpc/Cargo.toml @@ -1,9 +1,9 @@ [package] description = "Shared logic for communication between the Zed app and the zed.dev server" -edition = "2021" +edition.workspace = true name = "rpc" version = "0.1.0" -publish = false +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/search/Cargo.toml b/crates/search/Cargo.toml index ad36242d7c..5a9c6409c3 100644 --- a/crates/search/Cargo.toml +++ b/crates/search/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "search" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [features] diff --git a/crates/semantic_index/Cargo.toml b/crates/semantic_index/Cargo.toml index d6d43f4916..221e854195 100644 --- a/crates/semantic_index/Cargo.toml +++ b/crates/semantic_index/Cargo.toml @@ -2,8 +2,8 @@ name = "semantic_index" description = "Process, chunk, and embed text as vectors for semantic search." version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/semantic_version/Cargo.toml b/crates/semantic_version/Cargo.toml index acf43cddfa..613a2364ba 100644 --- a/crates/semantic_version/Cargo.toml +++ b/crates/semantic_version/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "semantic_version" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/session/Cargo.toml b/crates/session/Cargo.toml index a26e6302ad..15c3acb8f0 100644 --- a/crates/session/Cargo.toml +++ b/crates/session/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "session" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/settings/Cargo.toml b/crates/settings/Cargo.toml index cad4b2b0cf..4ef3e27c94 100644 --- a/crates/settings/Cargo.toml +++ b/crates/settings/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "settings" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/settings_ui/Cargo.toml b/crates/settings_ui/Cargo.toml index 63ab61f4cb..b976d88872 100644 --- a/crates/settings_ui/Cargo.toml +++ b/crates/settings_ui/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "settings_ui" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/snippet/Cargo.toml b/crates/snippet/Cargo.toml index f12c7dded3..2dde5c2d00 100644 --- a/crates/snippet/Cargo.toml +++ b/crates/snippet/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "snippet" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/snippet_provider/Cargo.toml b/crates/snippet_provider/Cargo.toml index aa4e1a5f84..69ea22c7b7 100644 --- a/crates/snippet_provider/Cargo.toml +++ b/crates/snippet_provider/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "snippet_provider" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/snippets_ui/Cargo.toml b/crates/snippets_ui/Cargo.toml index da9eff4ae5..918ab6c2a9 100644 --- a/crates/snippets_ui/Cargo.toml +++ b/crates/snippets_ui/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "snippets_ui" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/sqlez/Cargo.toml b/crates/sqlez/Cargo.toml index 4204a45d80..98dd9a330a 100644 --- a/crates/sqlez/Cargo.toml +++ b/crates/sqlez/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sqlez" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/sqlez_macros/Cargo.toml b/crates/sqlez_macros/Cargo.toml index 3a0ae19c46..5959617f72 100644 --- a/crates/sqlez_macros/Cargo.toml +++ b/crates/sqlez_macros/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sqlez_macros" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/story/Cargo.toml b/crates/story/Cargo.toml index 34875f1259..798461402d 100644 --- a/crates/story/Cargo.toml +++ b/crates/story/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "story" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lib] diff --git a/crates/storybook/Cargo.toml b/crates/storybook/Cargo.toml index 34f045466f..39779845de 100644 --- a/crates/storybook/Cargo.toml +++ b/crates/storybook/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "storybook" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/streaming_diff/Cargo.toml b/crates/streaming_diff/Cargo.toml index ccbd7fbfdc..b3645a182c 100644 --- a/crates/streaming_diff/Cargo.toml +++ b/crates/streaming_diff/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "streaming_diff" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/sum_tree/Cargo.toml b/crates/sum_tree/Cargo.toml index 06ca955767..fc087b00d3 100644 --- a/crates/sum_tree/Cargo.toml +++ b/crates/sum_tree/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sum_tree" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/supermaven/Cargo.toml b/crates/supermaven/Cargo.toml index 5af03b1b1b..a4748754bc 100644 --- a/crates/supermaven/Cargo.toml +++ b/crates/supermaven/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "supermaven" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/supermaven_api/Cargo.toml b/crates/supermaven_api/Cargo.toml index 72ae902006..52362cff4c 100644 --- a/crates/supermaven_api/Cargo.toml +++ b/crates/supermaven_api/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "supermaven_api" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/tab_switcher/Cargo.toml b/crates/tab_switcher/Cargo.toml index cee167ed7b..ca73063e3b 100644 --- a/crates/tab_switcher/Cargo.toml +++ b/crates/tab_switcher/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "tab_switcher" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/task/Cargo.toml b/crates/task/Cargo.toml index 6bc7489d86..6ce7d4ca82 100644 --- a/crates/task/Cargo.toml +++ b/crates/task/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "task" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/tasks_ui/Cargo.toml b/crates/tasks_ui/Cargo.toml index 528d238329..d06955097e 100644 --- a/crates/tasks_ui/Cargo.toml +++ b/crates/tasks_ui/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "tasks_ui" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/telemetry/Cargo.toml b/crates/telemetry/Cargo.toml index cc524f0ceb..ed166ea4c7 100644 --- a/crates/telemetry/Cargo.toml +++ b/crates/telemetry/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "telemetry" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/telemetry_events/Cargo.toml b/crates/telemetry_events/Cargo.toml index 35a87f46ff..87a02baf06 100644 --- a/crates/telemetry_events/Cargo.toml +++ b/crates/telemetry_events/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "telemetry_events" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/terminal/Cargo.toml b/crates/terminal/Cargo.toml index 75dbb93bae..7e1750cacc 100644 --- a/crates/terminal/Cargo.toml +++ b/crates/terminal/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "terminal" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/terminal_view/Cargo.toml b/crates/terminal_view/Cargo.toml index b71c095abc..57479bb546 100644 --- a/crates/terminal_view/Cargo.toml +++ b/crates/terminal_view/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "terminal_view" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/text/Cargo.toml b/crates/text/Cargo.toml index 6a8fd90315..71882bd40f 100644 --- a/crates/text/Cargo.toml +++ b/crates/text/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "text" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/theme/Cargo.toml b/crates/theme/Cargo.toml index 3f2930c9ff..e0a811335a 100644 --- a/crates/theme/Cargo.toml +++ b/crates/theme/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "theme" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/theme_extension/Cargo.toml b/crates/theme_extension/Cargo.toml index 1e12f037b9..d94e15914b 100644 --- a/crates/theme_extension/Cargo.toml +++ b/crates/theme_extension/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "theme_extension" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/theme_importer/Cargo.toml b/crates/theme_importer/Cargo.toml index 2b33791559..1323b6345f 100644 --- a/crates/theme_importer/Cargo.toml +++ b/crates/theme_importer/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "theme_importer" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/theme_selector/Cargo.toml b/crates/theme_selector/Cargo.toml index 4125ed0f34..1a563e81f2 100644 --- a/crates/theme_selector/Cargo.toml +++ b/crates/theme_selector/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "theme_selector" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/time_format/Cargo.toml b/crates/time_format/Cargo.toml index 2613a425fa..b598d19887 100644 --- a/crates/time_format/Cargo.toml +++ b/crates/time_format/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "time_format" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/title_bar/Cargo.toml b/crates/title_bar/Cargo.toml index 18980300b2..3d1ee71e10 100644 --- a/crates/title_bar/Cargo.toml +++ b/crates/title_bar/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "title_bar" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/toolchain_selector/Cargo.toml b/crates/toolchain_selector/Cargo.toml index ed80bd0dc9..6f1626ac11 100644 --- a/crates/toolchain_selector/Cargo.toml +++ b/crates/toolchain_selector/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "toolchain_selector" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [dependencies] diff --git a/crates/ui/Cargo.toml b/crates/ui/Cargo.toml index 594814ae2a..dc893d6643 100644 --- a/crates/ui/Cargo.toml +++ b/crates/ui/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ui" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/ui_input/Cargo.toml b/crates/ui_input/Cargo.toml index a71c039736..e4142b0be9 100644 --- a/crates/ui_input/Cargo.toml +++ b/crates/ui_input/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ui_input" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/ui_macros/Cargo.toml b/crates/ui_macros/Cargo.toml index 72009f1162..7687c2b36b 100644 --- a/crates/ui_macros/Cargo.toml +++ b/crates/ui_macros/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ui_macros" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/util/Cargo.toml b/crates/util/Cargo.toml index f993bb6eff..1873b810fe 100644 --- a/crates/util/Cargo.toml +++ b/crates/util/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "util" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/crates/vcs_menu/Cargo.toml b/crates/vcs_menu/Cargo.toml index 47bf3d8984..1e9826d53d 100644 --- a/crates/vcs_menu/Cargo.toml +++ b/crates/vcs_menu/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "vcs_menu" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/vim/Cargo.toml b/crates/vim/Cargo.toml index 9dbc92f81b..b84d2b65d3 100644 --- a/crates/vim/Cargo.toml +++ b/crates/vim/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "vim" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/vim_mode_setting/Cargo.toml b/crates/vim_mode_setting/Cargo.toml index 0c009fdfd6..00125b2df5 100644 --- a/crates/vim_mode_setting/Cargo.toml +++ b/crates/vim_mode_setting/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "vim_mode_setting" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/welcome/Cargo.toml b/crates/welcome/Cargo.toml index 3052f8b1df..a17e41e449 100644 --- a/crates/welcome/Cargo.toml +++ b/crates/welcome/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "welcome" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/workspace/Cargo.toml b/crates/workspace/Cargo.toml index 3b17ed8dab..29445ef987 100644 --- a/crates/workspace/Cargo.toml +++ b/crates/workspace/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "workspace" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/worktree/Cargo.toml b/crates/worktree/Cargo.toml index adbbf66d23..0f76e6e4bb 100644 --- a/crates/worktree/Cargo.toml +++ b/crates/worktree/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "worktree" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lib] diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index b9388c571c..f5e40e5fa0 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -1,9 +1,9 @@ [package] description = "The fast, collaborative code editor." -edition = "2021" +edition.workspace = true name = "zed" version = "0.171.0" -publish = false +publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "] diff --git a/crates/zed_actions/Cargo.toml b/crates/zed_actions/Cargo.toml index 1bf26dc4f0..fb09cf4823 100644 --- a/crates/zed_actions/Cargo.toml +++ b/crates/zed_actions/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_actions" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints] diff --git a/crates/zeta/Cargo.toml b/crates/zeta/Cargo.toml index d7ea7db078..3656b7f725 100644 --- a/crates/zeta/Cargo.toml +++ b/crates/zeta/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zeta" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" exclude = ["fixtures"] diff --git a/extensions/csharp/Cargo.toml b/extensions/csharp/Cargo.toml index daac33a960..da4fde5a6f 100644 --- a/extensions/csharp/Cargo.toml +++ b/extensions/csharp/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_csharp" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/deno/Cargo.toml b/extensions/deno/Cargo.toml index 0270ab990c..877c79b84c 100644 --- a/extensions/deno/Cargo.toml +++ b/extensions/deno/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_deno" version = "0.0.2" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/elixir/Cargo.toml b/extensions/elixir/Cargo.toml index cbc610cdc1..0651916f62 100644 --- a/extensions/elixir/Cargo.toml +++ b/extensions/elixir/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_elixir" version = "0.1.2" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/emmet/Cargo.toml b/extensions/emmet/Cargo.toml index 44eecd9ab5..db8aaaae41 100644 --- a/extensions/emmet/Cargo.toml +++ b/extensions/emmet/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_emmet" version = "0.0.3" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/erlang/Cargo.toml b/extensions/erlang/Cargo.toml index ca354e0cbc..0918a4d413 100644 --- a/extensions/erlang/Cargo.toml +++ b/extensions/erlang/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_erlang" version = "0.1.1" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/glsl/Cargo.toml b/extensions/glsl/Cargo.toml index 64d68ec6cd..6dddeea358 100644 --- a/extensions/glsl/Cargo.toml +++ b/extensions/glsl/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_glsl" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/haskell/Cargo.toml b/extensions/haskell/Cargo.toml index c106a0dd1b..4db581e3e7 100644 --- a/extensions/haskell/Cargo.toml +++ b/extensions/haskell/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_haskell" version = "0.1.2" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/html/Cargo.toml b/extensions/html/Cargo.toml index e8f8a741bd..2b1deb1777 100644 --- a/extensions/html/Cargo.toml +++ b/extensions/html/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_html" version = "0.1.4" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/lua/Cargo.toml b/extensions/lua/Cargo.toml index 8eec6ed62f..f7ba18eda5 100644 --- a/extensions/lua/Cargo.toml +++ b/extensions/lua/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_lua" version = "0.1.1" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/perplexity/Cargo.toml b/extensions/perplexity/Cargo.toml index ea10214281..476f4d414d 100644 --- a/extensions/perplexity/Cargo.toml +++ b/extensions/perplexity/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "perplexity" version = "0.1.0" -edition = "2021" +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lib] diff --git a/extensions/php/Cargo.toml b/extensions/php/Cargo.toml index 8bf6a523f4..c069e35e82 100644 --- a/extensions/php/Cargo.toml +++ b/extensions/php/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_php" version = "0.2.3" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/prisma/Cargo.toml b/extensions/prisma/Cargo.toml index 68256bd1cc..490d114265 100644 --- a/extensions/prisma/Cargo.toml +++ b/extensions/prisma/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_prisma" version = "0.0.4" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/proto/Cargo.toml b/extensions/proto/Cargo.toml index 03c9bc5626..31a7ce42b4 100644 --- a/extensions/proto/Cargo.toml +++ b/extensions/proto/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_proto" version = "0.2.1" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/purescript/Cargo.toml b/extensions/purescript/Cargo.toml index 2150ea3190..189e2f87c5 100644 --- a/extensions/purescript/Cargo.toml +++ b/extensions/purescript/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_purescript" version = "0.0.1" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/ruff/Cargo.toml b/extensions/ruff/Cargo.toml index b6c31ebbc8..830897279a 100644 --- a/extensions/ruff/Cargo.toml +++ b/extensions/ruff/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_ruff" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/slash-commands-example/Cargo.toml b/extensions/slash-commands-example/Cargo.toml index bebc9d6c7f..03b22af254 100644 --- a/extensions/slash-commands-example/Cargo.toml +++ b/extensions/slash-commands-example/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "slash_commands_example" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/snippets/Cargo.toml b/extensions/snippets/Cargo.toml index f504ca4af6..80a3d4f31e 100644 --- a/extensions/snippets/Cargo.toml +++ b/extensions/snippets/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_snippets" version = "0.0.5" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/terraform/Cargo.toml b/extensions/terraform/Cargo.toml index 56ae621e16..7ac68b0d1c 100644 --- a/extensions/terraform/Cargo.toml +++ b/extensions/terraform/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_terraform" version = "0.1.1" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/test-extension/Cargo.toml b/extensions/test-extension/Cargo.toml index 5e17a9a6a3..7d2412b98f 100644 --- a/extensions/test-extension/Cargo.toml +++ b/extensions/test-extension/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_test_extension" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/toml/Cargo.toml b/extensions/toml/Cargo.toml index 85d933e236..95a774cebb 100644 --- a/extensions/toml/Cargo.toml +++ b/extensions/toml/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_toml" version = "0.1.2" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/uiua/Cargo.toml b/extensions/uiua/Cargo.toml index 1237a59fb9..89a86da3b9 100644 --- a/extensions/uiua/Cargo.toml +++ b/extensions/uiua/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_uiua" version = "0.0.1" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/extensions/zig/Cargo.toml b/extensions/zig/Cargo.toml index e29542d27e..236866d0b0 100644 --- a/extensions/zig/Cargo.toml +++ b/extensions/zig/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "zed_zig" version = "0.3.2" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "Apache-2.0" [lints] diff --git a/tooling/xtask/Cargo.toml b/tooling/xtask/Cargo.toml index 3e2017b35e..58610dda3a 100644 --- a/tooling/xtask/Cargo.toml +++ b/tooling/xtask/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "xtask" version = "0.1.0" -edition = "2021" -publish = false +edition.workspace = true +publish.workspace = true license = "GPL-3.0-or-later" [lints]