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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/text-edit/Cargo.toml b/crates/text-edit/Cargo.toml index 1b9008ddc6..d8d72dcde3 100644 --- a/crates/text-edit/Cargo.toml +++ b/crates/text-edit/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "text-edit" version = "0.0.0" +repository = "https://github.com/rust-lang/rust-analyzer" description = "Representation of a `TextEdit` for rust-analyzer." authors.workspace = true |