crates/activity_indicator/Cargo.toml 🔗
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/activity_indicator.rs"
Piotr Osiewicz created
Release Notes:
- N/A
crates/activity_indicator/Cargo.toml | 2 +-
crates/ai/Cargo.toml | 2 +-
crates/assets/Cargo.toml | 2 +-
crates/assistant/Cargo.toml | 2 +-
crates/audio/Cargo.toml | 2 +-
crates/auto_update/Cargo.toml | 2 +-
crates/breadcrumbs/Cargo.toml | 2 +-
crates/call/Cargo.toml | 2 +-
crates/channel/Cargo.toml | 2 +-
crates/cli/Cargo.toml | 2 +-
crates/client/Cargo.toml | 2 +-
crates/clock/Cargo.toml | 2 +-
crates/collab/Cargo.toml | 2 +-
crates/collab_ui/Cargo.toml | 2 +-
crates/collections/Cargo.toml | 2 +-
crates/color/Cargo.toml | 2 +-
crates/command_palette/Cargo.toml | 2 +-
crates/copilot/Cargo.toml | 2 +-
crates/copilot_ui/Cargo.toml | 2 +-
crates/db/Cargo.toml | 2 +-
crates/diagnostics/Cargo.toml | 2 +-
crates/editor/Cargo.toml | 2 +-
crates/feature_flags/Cargo.toml | 2 +-
crates/feedback/Cargo.toml | 2 +-
crates/file_finder/Cargo.toml | 2 +-
crates/fs/Cargo.toml | 2 +-
crates/fsevent/Cargo.toml | 2 +-
crates/fuzzy/Cargo.toml | 2 +-
crates/git/Cargo.toml | 2 +-
crates/go_to_line/Cargo.toml | 2 +-
crates/gpui/Cargo.toml | 2 +-
crates/gpui_macros/Cargo.toml | 2 +-
crates/install_cli/Cargo.toml | 2 +-
crates/journal/Cargo.toml | 2 +-
crates/language/Cargo.toml | 2 +-
crates/language_selector/Cargo.toml | 2 +-
crates/language_tools/Cargo.toml | 2 +-
crates/live_kit_client/Cargo.toml | 2 +-
crates/live_kit_server/Cargo.toml | 2 +-
crates/lsp/Cargo.toml | 2 +-
crates/media/Cargo.toml | 2 +-
crates/menu/Cargo.toml | 2 +-
crates/multi_buffer/Cargo.toml | 2 +-
crates/node_runtime/Cargo.toml | 2 +-
crates/notifications/Cargo.toml | 2 +-
crates/outline/Cargo.toml | 2 +-
crates/picker/Cargo.toml | 2 +-
crates/plugin/Cargo.toml | 2 +-
crates/plugin_macros/Cargo.toml | 2 +-
crates/plugin_runtime/Cargo.toml | 2 +-
crates/prettier/Cargo.toml | 2 +-
crates/project/Cargo.toml | 2 +-
crates/project_panel/Cargo.toml | 2 +-
crates/project_symbols/Cargo.toml | 2 +-
crates/quick_action_bar/Cargo.toml | 2 +-
crates/recent_projects/Cargo.toml | 2 +-
crates/refineable/Cargo.toml | 2 +-
crates/refineable/derive_refineable/Cargo.toml | 1 -
crates/rich_text/Cargo.toml | 2 +-
crates/rope/Cargo.toml | 2 +-
crates/rpc/Cargo.toml | 2 +-
crates/search/Cargo.toml | 2 +-
crates/semantic_index/Cargo.toml | 2 +-
crates/settings/Cargo.toml | 2 +-
crates/snippet/Cargo.toml | 2 +-
crates/sqlez/Cargo.toml | 2 +-
crates/sqlez_macros/Cargo.toml | 2 +-
crates/story/Cargo.toml | 2 +-
crates/storybook/Cargo.toml | 2 +-
crates/sum_tree/Cargo.toml | 2 +-
crates/terminal/Cargo.toml | 2 +-
crates/terminal_view/Cargo.toml | 2 +-
crates/text/Cargo.toml | 2 +-
crates/theme/Cargo.toml | 2 +-
crates/theme_importer/Cargo.toml | 2 +-
crates/theme_selector/Cargo.toml | 2 +-
crates/ui/Cargo.toml | 2 +-
crates/util/Cargo.toml | 2 +-
crates/vcs_menu/Cargo.toml | 2 +-
crates/vim/Cargo.toml | 2 +-
crates/welcome/Cargo.toml | 2 +-
crates/workspace/Cargo.toml | 2 +-
crates/zed/Cargo.toml | 2 +-
crates/zed_actions/Cargo.toml | 2 +-
84 files changed, 83 insertions(+), 84 deletions(-)
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/activity_indicator.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/ai.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/assistant.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/audio.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/auto_update.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/breadcrumbs.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/call.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/channel.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/cli.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/client.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/clock.rs"
@@ -6,7 +6,7 @@ name = "collab"
version = "0.40.0"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[[bin]]
name = "collab"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/collab_ui.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
[lib]
path = "src/collections.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[features]
default = []
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/command_palette.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/copilot.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/copilot_ui.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/db.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/diagnostics.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/editor.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/feature_flags.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/feedback.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/file_finder.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/fs.rs"
@@ -4,7 +4,7 @@ version = "2.0.2"
license = "MIT"
edition = "2021"
publish = false
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/fsevent.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/fuzzy.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/git.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/go_to_line.rs"
@@ -6,7 +6,7 @@ authors = ["Nathan Sobo <nathan@zed.dev>"]
description = "Zed's GPU-accelerated UI framework"
publish = false
license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
[features]
test-support = ["backtrace", "dhat", "env_logger", "collections/test-support", "util/test-support"]
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
[lib]
path = "src/gpui_macros.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/install_cli.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/journal.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/language.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/language_selector.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/language_tools.rs"
@@ -5,7 +5,7 @@ edition = "2021"
description = "Bindings to LiveKit Swift client SDK"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/live_kit_client.rs"
@@ -5,7 +5,7 @@ edition = "2021"
description = "SDK for the LiveKit server API"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/live_kit_server.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/lsp.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
[lib]
path = "src/media.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/menu.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/multi_buffer.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/node_runtime.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/notification_store.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/outline.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/picker.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[dependencies]
serde.workspace = true
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
proc-macro = true
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[dependencies]
wasmtime = "2.0"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/prettier.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/project.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/project_panel.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/project_symbols.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/quick_action_bar.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/recent_projects.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
[lib]
path = "src/refineable.rs"
@@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
-license-file = "../../../LICENSE-APACHE"
[lib]
path = "src/derive_refineable.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/rich_text.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/rope.rs"
@@ -5,7 +5,7 @@ name = "rpc"
version = "0.1.0"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/rpc.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/search.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/semantic_index.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/settings.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/snippet.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[dependencies]
anyhow.workspace = true
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/sqlez_macros.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[[bin]]
name = "storybook"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
[lib]
path = "src/sum_tree.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/terminal.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/terminal_view.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/text.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[features]
default = []
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[dependencies]
any_ascii = "0.3.2"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/theme_selector.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
name = "ui"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
[lib]
path = "src/util.rs"
@@ -5,7 +5,7 @@ edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[dependencies]
fuzzy = { path = "../fuzzy"}
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/vim.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/welcome.rs"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
path = "src/workspace.rs"
@@ -5,7 +5,7 @@ name = "zed"
version = "0.120.0"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
[lib]
name = "zed"
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html