Unnamed repository; edit this file 'description' to name the repository.
Add repository URL for published crates' missing `[package.repository]` fields
Vincent Esche 2024-08-06
parent b5b0f4b · commit 6f329e6
-rw-r--r--crates/base-db/Cargo.toml1
-rw-r--r--crates/cfg/Cargo.toml1
-rw-r--r--crates/flycheck/Cargo.toml1
-rw-r--r--crates/hir-def/Cargo.toml1
-rw-r--r--crates/hir-expand/Cargo.toml1
-rw-r--r--crates/hir-ty/Cargo.toml1
-rw-r--r--crates/hir/Cargo.toml1
-rw-r--r--crates/ide-assists/Cargo.toml1
-rw-r--r--crates/ide-completion/Cargo.toml1
-rw-r--r--crates/ide-db/Cargo.toml1
-rw-r--r--crates/ide-diagnostics/Cargo.toml1
-rw-r--r--crates/ide/Cargo.toml1
-rw-r--r--crates/intern/Cargo.toml1
-rw-r--r--crates/limit/Cargo.toml1
-rw-r--r--crates/load-cargo/Cargo.toml1
-rw-r--r--crates/mbe/Cargo.toml1
-rw-r--r--crates/parser/Cargo.toml1
-rw-r--r--crates/paths/Cargo.toml1
-rw-r--r--crates/proc-macro-api/Cargo.toml1
-rw-r--r--crates/proc-macro-srv-cli/Cargo.toml1
-rw-r--r--crates/proc-macro-srv/Cargo.toml1
-rw-r--r--crates/profile/Cargo.toml1
-rw-r--r--crates/project-model/Cargo.toml1
-rw-r--r--crates/span/Cargo.toml1
-rw-r--r--crates/stdx/Cargo.toml1
-rw-r--r--crates/test-utils/Cargo.toml1
-rw-r--r--crates/text-edit/Cargo.toml1
-rw-r--r--crates/toolchain/Cargo.toml1
-rw-r--r--crates/tt/Cargo.toml1
-rw-r--r--crates/vfs-notify/Cargo.toml1
-rw-r--r--crates/vfs/Cargo.toml1
31 files changed, 31 insertions, 0 deletions
diff --git a/crates/base-db/Cargo.toml b/crates/base-db/Cargo.toml
index 488ddbfd3b..b949de8dc3 100644
--- a/crates/base-db/Cargo.toml
+++ b/crates/base-db/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "base-db"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Basic database traits. The concrete DB is defined by `ra_ap_ide`."
authors.workspace = true
diff --git a/crates/cfg/Cargo.toml b/crates/cfg/Cargo.toml
index 7d01b4a626..cfdd80de9e 100644
--- a/crates/cfg/Cargo.toml
+++ b/crates/cfg/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "cfg"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Conditional compiling options, `cfg` attribute parser and evaluator."
authors.workspace = true
diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml
index b886c131ca..affa9a2950 100644
--- a/crates/flycheck/Cargo.toml
+++ b/crates/flycheck/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "flycheck"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Functionality needed to run `cargo` commands in a background thread."
authors.workspace = true
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml
index 9903f929a1..9ad34fa4a8 100644
--- a/crates/hir-def/Cargo.toml
+++ b/crates/hir-def/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "hir-def"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Everything between macro expansion and type inference for rust-analyzer."
authors.workspace = true
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml
index 25f77df765..1fabbda7f3 100644
--- a/crates/hir-expand/Cargo.toml
+++ b/crates/hir-expand/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "hir-expand"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Macro expansion for rust-analyzer."
authors.workspace = true
diff --git a/crates/hir-ty/Cargo.toml b/crates/hir-ty/Cargo.toml
index 8f61ef016c..0b39f71a3c 100644
--- a/crates/hir-ty/Cargo.toml
+++ b/crates/hir-ty/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "hir-ty"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "The type system for rust-analyzer."
authors.workspace = true
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml
index b8ed4a719e..68e7be7ff3 100644
--- a/crates/hir/Cargo.toml
+++ b/crates/hir/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "hir"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "A high-level object oriented access to Rust code."
authors.workspace = true
diff --git a/crates/ide-assists/Cargo.toml b/crates/ide-assists/Cargo.toml
index 422b030c27..a236a01928 100644
--- a/crates/ide-assists/Cargo.toml
+++ b/crates/ide-assists/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "ide-assists"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Code assists for rust-analyzer."
authors.workspace = true
diff --git a/crates/ide-completion/Cargo.toml b/crates/ide-completion/Cargo.toml
index 041f937058..bc1d35f715 100644
--- a/crates/ide-completion/Cargo.toml
+++ b/crates/ide-completion/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "ide-completion"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Utilities for generating completions of user input."
authors.workspace = true
diff --git a/crates/ide-db/Cargo.toml b/crates/ide-db/Cargo.toml
index 18e77bf7cc..7eeb36cebb 100644
--- a/crates/ide-db/Cargo.toml
+++ b/crates/ide-db/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "ide-db"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Core data-structure representing IDE state."
authors.workspace = true
diff --git a/crates/ide-diagnostics/Cargo.toml b/crates/ide-diagnostics/Cargo.toml
index ad561b6b80..2c7dd9c62d 100644
--- a/crates/ide-diagnostics/Cargo.toml
+++ b/crates/ide-diagnostics/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "ide-diagnostics"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Diagnostics rendering and fixits."
authors.workspace = true
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml
index 6d0813e4d5..016ed1997d 100644
--- a/crates/ide/Cargo.toml
+++ b/crates/ide/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "ide"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "IDE-centric APIs for rust-analyzer."
authors.workspace = true
diff --git a/crates/intern/Cargo.toml b/crates/intern/Cargo.toml
index eda5e3de16..3152a0281c 100644
--- a/crates/intern/Cargo.toml
+++ b/crates/intern/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "intern"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Global `Arc`-based object interning infrastructure."
authors.workspace = true
diff --git a/crates/limit/Cargo.toml b/crates/limit/Cargo.toml
index 27fe432909..aafde2b74a 100644
--- a/crates/limit/Cargo.toml
+++ b/crates/limit/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "limit"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "A struct to enforce limits."
authors.workspace = true
diff --git a/crates/load-cargo/Cargo.toml b/crates/load-cargo/Cargo.toml
index 5188138183..e9be7f43aa 100644
--- a/crates/load-cargo/Cargo.toml
+++ b/crates/load-cargo/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "load-cargo"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Loads a Cargo project into a static instance of analysis."
rust-version.workspace = true
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index ccf4c7670a..f1623ca1fc 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "mbe"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Handling of `macro_rules` macros for rust-analyzer."
authors.workspace = true
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index 050eb0252f..d3e763affc 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "parser"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "The Rust parser for rust-analyzer."
authors.workspace = true
diff --git a/crates/paths/Cargo.toml b/crates/paths/Cargo.toml
index 938f1db5b5..0d50d1598f 100644
--- a/crates/paths/Cargo.toml
+++ b/crates/paths/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "paths"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Path wrappers for absolute and relative paths."
authors.workspace = true
diff --git a/crates/proc-macro-api/Cargo.toml b/crates/proc-macro-api/Cargo.toml
index d8c1e0afa4..39585ed644 100644
--- a/crates/proc-macro-api/Cargo.toml
+++ b/crates/proc-macro-api/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "proc-macro-api"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Client-side proc-macros for rust-analyzer."
authors.workspace = true
diff --git a/crates/proc-macro-srv-cli/Cargo.toml b/crates/proc-macro-srv-cli/Cargo.toml
index 5d56eb6956..f9f2032096 100644
--- a/crates/proc-macro-srv-cli/Cargo.toml
+++ b/crates/proc-macro-srv-cli/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "proc-macro-srv-cli"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "A standalone binary for `proc-macro-srv`."
authors.workspace = true
diff --git a/crates/proc-macro-srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml
index 028593db9c..8c760bf849 100644
--- a/crates/proc-macro-srv/Cargo.toml
+++ b/crates/proc-macro-srv/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "proc-macro-srv"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Proc-macro server for rust-analyzer."
authors.workspace = true
diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml
index 1fdf53c961..b1a4c6f410 100644
--- a/crates/profile/Cargo.toml
+++ b/crates/profile/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "profile"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "A collection of tools for profiling rust-analyzer."
authors.workspace = true
diff --git a/crates/project-model/Cargo.toml b/crates/project-model/Cargo.toml
index 368dd94ec3..46cd7a1e3c 100644
--- a/crates/project-model/Cargo.toml
+++ b/crates/project-model/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "project-model"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "A representation for a Cargo project for rust-analyzer."
authors.workspace = true
diff --git a/crates/span/Cargo.toml b/crates/span/Cargo.toml
index 3ccf00872e..d072860320 100644
--- a/crates/span/Cargo.toml
+++ b/crates/span/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "span"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "File and span related types for rust-analyzer."
rust-version.workspace = true
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml
index a9ab643742..7b6c54eff0 100644
--- a/crates/stdx/Cargo.toml
+++ b/crates/stdx/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "stdx"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Missing batteries for standard libraries for rust-analyzer."
authors.workspace = true
diff --git a/crates/test-utils/Cargo.toml b/crates/test-utils/Cargo.toml
index d40722ffe4..2d64893434 100644
--- a/crates/test-utils/Cargo.toml
+++ b/crates/test-utils/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "test-utils"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Assorted testing utilities for rust-analyzer."
authors.workspace = true
diff --git a/crates/text-edit/Cargo.toml b/crates/text-edit/Cargo.toml
index 1b9008ddc6..d8d72dcde3 100644
--- a/crates/text-edit/Cargo.toml
+++ b/crates/text-edit/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "text-edit"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Representation of a `TextEdit` for rust-analyzer."
authors.workspace = true
diff --git a/crates/toolchain/Cargo.toml b/crates/toolchain/Cargo.toml
index 451dcadac5..a5eb66e53a 100644
--- a/crates/toolchain/Cargo.toml
+++ b/crates/toolchain/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "toolchain"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Discovery of `cargo` & `rustc` executables for rust-analyzer."
authors.workspace = true
diff --git a/crates/tt/Cargo.toml b/crates/tt/Cargo.toml
index 280d052f8e..092faeeef2 100644
--- a/crates/tt/Cargo.toml
+++ b/crates/tt/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "tt"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "A `TokenTree` data structure for rust-analyzer."
authors.workspace = true
diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml
index c724a5db7b..3b22952e2b 100644
--- a/crates/vfs-notify/Cargo.toml
+++ b/crates/vfs-notify/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "vfs-notify"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "Implementation of `loader::Handle` for rust-analyzer."
authors.workspace = true
diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml
index b1a3bf5edb..6653863d92 100644
--- a/crates/vfs/Cargo.toml
+++ b/crates/vfs/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "vfs"
version = "0.0.0"
+repository = "https://github.com/rust-lang/rust-analyzer"
description = "A virtual file system for rust-analyzer."
authors.workspace = true