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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/base-db/Cargo.toml b/crates/base-db/Cargo.toml index 1b1ee034ca..488ddbfd3b 100644 --- a/crates/base-db/Cargo.toml +++ b/crates/base-db/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "base-db" version = "0.0.0" -description = "TBD" +description = "Basic database traits. The concrete DB is defined by `ra_ap_ide`." authors.workspace = true edition.workspace = true |