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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/text-edit/Cargo.toml b/crates/text-edit/Cargo.toml
index d8d72dcde3..dc6b3d31a0 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"
-repository = "https://github.com/rust-lang/rust-analyzer"
+repository.workspace = true
description = "Representation of a `TextEdit` for rust-analyzer."
authors.workspace = true