chore: Use workspace fields for edition and publish (#23291)

This prepares us for an upcoming bump to Rust 2024 edition.

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-01-17 17:39:22 +01:00 committed by GitHub
parent cb35b73020
commit c9534e8025
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
172 changed files with 346 additions and 339 deletions

View file

@ -186,6 +186,10 @@ members = [
] ]
default-members = ["crates/zed"] default-members = ["crates/zed"]
[workspace.package]
publish = false
edition = "2021"
[workspace.dependencies] [workspace.dependencies]
# #

View file

@ -1,8 +1,8 @@
[package] [package]
name = "activity_indicator" name = "activity_indicator"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "anthropic" name = "anthropic"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
[features] [features]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "assets" name = "assets"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lib] [lib]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "assistant" name = "assistant"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "assistant2" name = "assistant2"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "assistant_settings" name = "assistant_settings"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "assistant_slash_command" name = "assistant_slash_command"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "assistant_slash_commands" name = "assistant_slash_commands"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "assistant_tool" name = "assistant_tool"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "assistant_tools" name = "assistant_tools"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "audio" name = "audio"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "auto_update" name = "auto_update"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "auto_update_ui" name = "auto_update_ui"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "breadcrumbs" name = "breadcrumbs"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "call" name = "call"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "channel" name = "channel"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "cli" name = "cli"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "client" name = "client"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "clock" name = "clock"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,10 +1,10 @@
[package] [package]
authors = ["Nathan Sobo <nathan@zed.dev>"] authors = ["Nathan Sobo <nathan@zed.dev>"]
default-run = "collab" default-run = "collab"
edition = "2021" edition.workspace = true
name = "collab" name = "collab"
version = "0.44.0" version = "0.44.0"
publish = false publish.workspace = true
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "collab_ui" name = "collab_ui"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "collections" name = "collections"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "command_palette" name = "command_palette"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "command_palette_hooks" name = "command_palette_hooks"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "context_server" name = "context_server"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "context_server_settings" name = "context_server_settings"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "copilot" name = "copilot"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "db" name = "db"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "diagnostics" name = "diagnostics"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "docs_preprocessor" name = "docs_preprocessor"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[dependencies] [dependencies]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "editor" name = "editor"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -2,8 +2,8 @@
name = "evals" name = "evals"
description = "Evaluations for Zed's AI features" description = "Evaluations for Zed's AI features"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "extension" name = "extension"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -5,7 +5,8 @@ description = "APIs for creating Zed extensions in Rust"
repository = "https://github.com/zed-industries/zed" repository = "https://github.com/zed-industries/zed"
documentation = "https://docs.rs/zed_extension_api" documentation = "https://docs.rs/zed_extension_api"
keywords = ["zed", "extension"] keywords = ["zed", "extension"]
edition = "2021" edition.workspace = true
publish = true
license = "Apache-2.0" license = "Apache-2.0"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "extension_cli" name = "extension_cli"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "extension_host" name = "extension_host"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "extensions_ui" name = "extensions_ui"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "feature_flags" name = "feature_flags"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "feedback" name = "feedback"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "file_finder" name = "file_finder"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "file_icons" name = "file_icons"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "fireworks" name = "fireworks"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "fs" name = "fs"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "fsevent" name = "fsevent"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "fuzzy" name = "fuzzy"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "git" name = "git"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "git_hosting_providers" name = "git_hosting_providers"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "git_ui" name = "git_ui"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "go_to_line" name = "go_to_line"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "google_ai" name = "google_ai"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,10 +1,10 @@
[package] [package]
name = "gpui" name = "gpui"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
authors = ["Nathan Sobo <nathan@zed.dev>"] authors = ["Nathan Sobo <nathan@zed.dev>"]
description = "Zed's GPU-accelerated UI framework" description = "Zed's GPU-accelerated UI framework"
publish = false publish.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "gpui_macros" name = "gpui_macros"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
[lints] [lints]

View file

@ -5,7 +5,8 @@ description = "Convert HTML to Markdown"
repository = "https://github.com/zed-industries/zed" repository = "https://github.com/zed-industries/zed"
documentation = "https://docs.rs/html_to_markdown" documentation = "https://docs.rs/html_to_markdown"
keywords = ["html", "markdown", "html-to-markdown"] keywords = ["html", "markdown", "html-to-markdown"]
edition = "2021" edition.workspace = true
publish.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "http_client" name = "http_client"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "image_viewer" name = "image_viewer"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "indexed_docs" name = "indexed_docs"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "inline_completion" name = "inline_completion"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "inline_completion_button" name = "inline_completion_button"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "install_cli" name = "install_cli"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "journal" name = "journal"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "language" name = "language"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "language_extension" name = "language_extension"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "language_model" name = "language_model"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "language_model_selector" name = "language_model_selector"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "language_models" name = "language_models"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "language_selector" name = "language_selector"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "language_tools" name = "language_tools"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "languages" name = "languages"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,9 +1,9 @@
[package] [package]
name = "livekit_client" name = "livekit_client"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
description = "Logic for using LiveKit with GPUI" description = "Logic for using LiveKit with GPUI"
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,9 +1,9 @@
[package] [package]
name = "livekit_client_macos" name = "livekit_client_macos"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
description = "Bindings to LiveKit Swift client SDK" description = "Bindings to LiveKit Swift client SDK"
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,9 +1,9 @@
[package] [package]
name = "livekit_server" name = "livekit_server"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
description = "SDK for the LiveKit server API" description = "SDK for the LiveKit server API"
publish = false publish.workspace = true
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "lmstudio" name = "lmstudio"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "lsp" name = "lsp"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "markdown" name = "markdown"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "markdown_preview" name = "markdown_preview"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "media" name = "media"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "menu" name = "menu"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "multi_buffer" name = "multi_buffer"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "node_runtime" name = "node_runtime"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "notifications" name = "notifications"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "ollama" name = "ollama"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "open_ai" name = "open_ai"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "outline" name = "outline"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "outline_panel" name = "outline_panel"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "paths" name = "paths"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "picker" name = "picker"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "prettier" name = "prettier"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "project" name = "project"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "project_panel" name = "project_panel"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "project_symbols" name = "project_symbols"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "prompt_library" name = "prompt_library"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,9 +1,9 @@
[package] [package]
description = "Shared protocol for communication between the Zed app and the zed.dev server" description = "Shared protocol for communication between the Zed app and the zed.dev server"
edition = "2021" edition.workspace = true
name = "proto" name = "proto"
version = "0.1.0" version = "0.1.0"
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[features] [features]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "recent_projects" name = "recent_projects"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "refineable" name = "refineable"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "derive_refineable" name = "derive_refineable"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "release_channel" name = "release_channel"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,9 +1,9 @@
[package] [package]
name = "remote" name = "remote"
description = "Client-side subsystem for remote editing" description = "Client-side subsystem for remote editing"
edition = "2021" edition.workspace = true
version = "0.1.0" version = "0.1.0"
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,9 +1,9 @@
[package] [package]
name = "remote_server" name = "remote_server"
description = "Daemon used for remote editing" description = "Daemon used for remote editing"
edition = "2021" edition.workspace = true
version = "0.1.0" version = "0.1.0"
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

View file

@ -1,8 +1,8 @@
[package] [package]
name = "repl" name = "repl"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
publish = false publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
[lints] [lints]

Some files were not shown because too many files have changed in this diff Show more