Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/test-utils/Cargo.toml')
| -rw-r--r-- | crates/test-utils/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/test-utils/Cargo.toml b/crates/test-utils/Cargo.toml index d40722ffe4..2d64893434 100644 --- a/crates/test-utils/Cargo.toml +++ b/crates/test-utils/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "test-utils" version = "0.0.0" +repository = "https://github.com/rust-lang/rust-analyzer" description = "Assorted testing utilities for rust-analyzer." authors.workspace = true |