Replace [package.repository] = "…" of published crates with [package.repository.workspace] = true

This commit is contained in:
Vincent Esche 2024-08-06 00:23:22 +02:00
parent 624f2ead7b
commit 7dec7e92ea
35 changed files with 35 additions and 34 deletions

View file

@ -8,6 +8,7 @@ rust-version = "1.78"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer team"]
repository = "https://github.com/rust-lang/rust-analyzer"
[profile.dev]
debug = 1

View file

@ -1,7 +1,7 @@
[package]
name = "base-db"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Basic database traits for rust-analyzer. The concrete DB is defined by `ide` (aka `ra_ap_ide`)."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "cfg"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Conditional compiling options, `cfg` attribute parser and evaluator for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "flycheck"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Functionality needed for rust-analyzer to run `cargo` commands in a background thread."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "hir-def"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "RPC Api for the `proc-macro-srv` crate of rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "hir-expand"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Macro expansion for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "hir-ty"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "The type system for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "hir"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "A high-level object-oriented access to Rust code for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "ide-assists"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Code assists for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "ide-completion"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Utilities for generating completions of user input for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "ide-db"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Core data structure representing IDE state for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "ide-diagnostics"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Diagnostics rendering and fixits for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "ide-ssr"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Structural search and replace of Rust code for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "ide"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "IDE-centric APIs for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "intern"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Global `Arc`-based object interning infrastructure for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "limit"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "A struct to enforce limits for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "load-cargo"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Loads a Cargo project into a static instance of rust-analyzer for analysis."
rust-version.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "mbe"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Handling of `macro_rules` macros for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "parser"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "The Rust parser for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "paths"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Path wrappers for absolute and relative paths rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "proc-macro-api"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "RPC Api for the `proc-macro-srv` crate of rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "proc-macro-srv-cli"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "A standalone binary for the `proc-macro-srv` crate of rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "proc-macro-srv"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Proc-macro server for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "profile"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "A collection of tools for profiling rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "project-model"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "A representation for a Cargo project for rust-analyzer."
authors.workspace = true

View file

@ -2,7 +2,7 @@
name = "rust-analyzer"
version = "0.0.0"
homepage = "https://rust-analyzer.github.io/"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "A language server for the Rust programming language"
documentation = "https://rust-analyzer.github.io/manual.html"
autobins = false

View file

@ -1,7 +1,7 @@
[package]
name = "span"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "File and span related types for rust-analyzer."
rust-version.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "stdx"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Missing batteries for standard libraries for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "syntax"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Concrete syntax tree definitions for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "test-utils"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Assorted testing utilities for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "text-edit"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Representation of a `TextEdit` for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "toolchain"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Discovery of `cargo` & `rustc` executables for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "tt"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "A `TokenTree` data structure for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "vfs-notify"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "Implementation of `loader::Handle` for rust-analyzer."
authors.workspace = true

View file

@ -1,7 +1,7 @@
[package]
name = "vfs"
version = "0.0.0"
repository = "https://github.com/rust-lang/rust-analyzer"
repository.workspace = true
description = "A virtual file system for rust-analyzer."
authors.workspace = true