Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/test-fixture/Cargo.toml')
| -rw-r--r-- | crates/test-fixture/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/test-fixture/Cargo.toml b/crates/test-fixture/Cargo.toml index c860e7b118..95f4cb9d67 100644 --- a/crates/test-fixture/Cargo.toml +++ b/crates/test-fixture/Cargo.toml @@ -2,6 +2,8 @@ name = "test-fixture" version = "0.0.0" rust-version.workspace = true +description = "Test fixtures for rust-analyzer." + edition.workspace = true license.workspace = true authors.workspace = true |