Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/toolchain/Cargo.toml')
| -rw-r--r-- | crates/toolchain/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/toolchain/Cargo.toml b/crates/toolchain/Cargo.toml index c85efd432b..87e8efb20f 100644 --- a/crates/toolchain/Cargo.toml +++ b/crates/toolchain/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "toolchain" version = "0.0.0" -description = "TBD" +repository.workspace = true +description = "Discovery of `cargo` & `rustc` executables for rust-analyzer." authors.workspace = true edition.workspace = true |