File tree 35 files changed +35
-34
lines changed
35 files changed +35
-34
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ rust-version = "1.78"
8
8
edition = " 2021"
9
9
license = " MIT OR Apache-2.0"
10
10
authors = [" rust-analyzer team" ]
11
+ repository = " https://github.com/rust-lang/rust-analyzer"
11
12
12
13
[profile .dev ]
13
14
debug = 1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " base-db"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Basic database traits for rust-analyzer. The concrete DB is defined by `ide` (aka `ra_ap_ide`)."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cfg"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Conditional compiling options, `cfg` attribute parser and evaluator for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " flycheck"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Functionality needed for rust-analyzer to run `cargo` commands in a background thread."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hir-def"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " RPC Api for the `proc-macro-srv` crate of rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hir-expand"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Macro expansion for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hir-ty"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " The type system for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hir"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " A high-level object-oriented access to Rust code for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ide-assists"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Code assists for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ide-completion"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Utilities for generating completions of user input for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ide-db"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Core data structure representing IDE state for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ide-diagnostics"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Diagnostics rendering and fixits for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ide-ssr"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Structural search and replace of Rust code for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ide"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " IDE-centric APIs for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " intern"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Global `Arc`-based object interning infrastructure for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " limit"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " A struct to enforce limits for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " load-cargo"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Loads a Cargo project into a static instance of rust-analyzer for analysis."
6
6
7
7
rust-version.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mbe"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Handling of `macro_rules` macros for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " parser"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " The Rust parser for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " paths"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Path wrappers for absolute and relative paths rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " proc-macro-api"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " RPC Api for the `proc-macro-srv` crate of rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " proc-macro-srv-cli"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " A standalone binary for the `proc-macro-srv` crate of rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " proc-macro-srv"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Proc-macro server for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " profile"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " A collection of tools for profiling rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " project-model"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " A representation for a Cargo project for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " rust-analyzer"
3
3
version = " 0.0.0"
4
4
homepage = " https://rust-analyzer.github.io/"
5
- repository = " https://github.com/rust-lang/rust-analyzer "
5
+ repository.workspace = true
6
6
description = " A language server for the Rust programming language"
7
7
documentation = " https://rust-analyzer.github.io/manual.html"
8
8
autobins = false
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " span"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " File and span related types for rust-analyzer."
6
6
7
7
rust-version.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stdx"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Missing batteries for standard libraries for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " syntax"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Concrete syntax tree definitions for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " test-utils"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Assorted testing utilities for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " text-edit"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Representation of a `TextEdit` for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " toolchain"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Discovery of `cargo` & `rustc` executables for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tt"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " A `TokenTree` data structure for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vfs-notify"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " Implementation of `loader::Handle` for rust-analyzer."
6
6
7
7
authors.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vfs"
3
3
version = " 0.0.0"
4
- repository = " https://github.com/rust-lang/rust-analyzer "
4
+ repository.workspace = true
5
5
description = " A virtual file system for rust-analyzer."
6
6
7
7
authors.workspace = true
You can’t perform that action at this time.
0 commit comments