Skip to content

Commit 6f329e6

Browse files
committed
Add repository URL for published crates' missing [package.repository] fields
1 parent b5b0f4b commit 6f329e6

File tree

31 files changed

+31
-0
lines changed

31 files changed

+31
-0
lines changed

crates/base-db/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "base-db"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Basic database traits. The concrete DB is defined by `ra_ap_ide`."
56

67
authors.workspace = true

crates/cfg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "cfg"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Conditional compiling options, `cfg` attribute parser and evaluator."
56

67
authors.workspace = true

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "flycheck"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Functionality needed to run `cargo` commands in a background thread."
56

67
authors.workspace = true

crates/hir-def/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir-def"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Everything between macro expansion and type inference for rust-analyzer."
56

67
authors.workspace = true

crates/hir-expand/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir-expand"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Macro expansion for rust-analyzer."
56

67
authors.workspace = true

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir-ty"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "The type system for rust-analyzer."
56

67
authors.workspace = true

crates/hir/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "hir"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "A high-level object oriented access to Rust code."
56

67
authors.workspace = true

crates/ide-assists/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ide-assists"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Code assists for rust-analyzer."
56

67
authors.workspace = true

crates/ide-completion/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ide-completion"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Utilities for generating completions of user input."
56

67
authors.workspace = true

crates/ide-db/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ide-db"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Core data-structure representing IDE state."
56

67
authors.workspace = true

crates/ide-diagnostics/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ide-diagnostics"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Diagnostics rendering and fixits."
56

67
authors.workspace = true

crates/ide/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "ide"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "IDE-centric APIs for rust-analyzer."
56

67
authors.workspace = true

crates/intern/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "intern"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Global `Arc`-based object interning infrastructure."
56

67
authors.workspace = true

crates/limit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "limit"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "A struct to enforce limits."
56

67
authors.workspace = true

crates/load-cargo/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "load-cargo"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Loads a Cargo project into a static instance of analysis."
56

67
rust-version.workspace = true

crates/mbe/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "mbe"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Handling of `macro_rules` macros for rust-analyzer."
56

67
authors.workspace = true

crates/parser/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "parser"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "The Rust parser for rust-analyzer."
56

67
authors.workspace = true

crates/paths/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "paths"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Path wrappers for absolute and relative paths."
56

67
authors.workspace = true

crates/proc-macro-api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "proc-macro-api"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Client-side proc-macros for rust-analyzer."
56

67
authors.workspace = true

crates/proc-macro-srv-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "proc-macro-srv-cli"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "A standalone binary for `proc-macro-srv`."
56

67
authors.workspace = true

crates/proc-macro-srv/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "proc-macro-srv"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Proc-macro server for rust-analyzer."
56

67
authors.workspace = true

crates/profile/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "profile"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "A collection of tools for profiling rust-analyzer."
56

67
authors.workspace = true

crates/project-model/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "project-model"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "A representation for a Cargo project for rust-analyzer."
56

67
authors.workspace = true

crates/span/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "span"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "File and span related types for rust-analyzer."
56

67
rust-version.workspace = true

crates/stdx/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "stdx"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Missing batteries for standard libraries for rust-analyzer."
56

67
authors.workspace = true

crates/test-utils/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "test-utils"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Assorted testing utilities for rust-analyzer."
56

67
authors.workspace = true

crates/text-edit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "text-edit"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Representation of a `TextEdit` for rust-analyzer."
56

67
authors.workspace = true

crates/toolchain/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "toolchain"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Discovery of `cargo` & `rustc` executables for rust-analyzer."
56

67
authors.workspace = true

crates/tt/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "tt"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "A `TokenTree` data structure for rust-analyzer."
56

67
authors.workspace = true

crates/vfs-notify/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "vfs-notify"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "Implementation of `loader::Handle` for rust-analyzer."
56

67
authors.workspace = true

crates/vfs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "vfs"
33
version = "0.0.0"
4+
repository = "https://github.com/rust-lang/rust-analyzer"
45
description = "A virtual file system for rust-analyzer."
56

67
authors.workspace = true

0 commit comments

Comments
 (0)