Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/tt/Cargo.toml')
| -rw-r--r-- | crates/tt/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/tt/Cargo.toml b/crates/tt/Cargo.toml index cea1519c2d..82e7c24668 100644 --- a/crates/tt/Cargo.toml +++ b/crates/tt/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "tt" version = "0.0.0" -description = "TBD" +repository.workspace = true +description = "A `TokenTree` data structure for rust-analyzer." authors.workspace = true edition.workspace = true |