Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/base-db/Cargo.toml')
| -rw-r--r-- | crates/base-db/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/base-db/Cargo.toml b/crates/base-db/Cargo.toml index 1b1ee034ca..b17b08a720 100644 --- a/crates/base-db/Cargo.toml +++ b/crates/base-db/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "base-db" version = "0.0.0" -description = "TBD" +repository.workspace = true +description = "Basic database traits for rust-analyzer. The concrete DB is defined by `ide` (aka `ra_ap_ide`)." authors.workspace = true edition.workspace = true |