Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/intern/Cargo.toml')
| -rw-r--r-- | crates/intern/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/intern/Cargo.toml b/crates/intern/Cargo.toml index c08ecb5c30..5e7ee54c6a 100644 --- a/crates/intern/Cargo.toml +++ b/crates/intern/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "intern" version = "0.0.0" -description = "TBD" +repository.workspace = true +description = "Global `Arc`-based object interning infrastructure for rust-analyzer." authors.workspace = true edition.workspace = true |