Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/text-edit/Cargo.toml')
| -rw-r--r-- | crates/text-edit/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/text-edit/Cargo.toml b/crates/text-edit/Cargo.toml index f745674794..1b9008ddc6 100644 --- a/crates/text-edit/Cargo.toml +++ b/crates/text-edit/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "text-edit" version = "0.0.0" -description = "TBD" +description = "Representation of a `TextEdit` for rust-analyzer." authors.workspace = true edition.workspace = true |