Add repository URL for published crates' missing [package.repository] fields

This commit is contained in:
Vincent Esche 2024-07-30 14:11:16 +02:00
parent b5b0f4bc5a
commit 6f329e6d5b
31 changed files with 31 additions and 0 deletions

View file

@ -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