Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/span/Cargo.toml')
| -rw-r--r-- | crates/span/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/span/Cargo.toml b/crates/span/Cargo.toml index 9f85f0107c..3ccf00872e 100644 --- a/crates/span/Cargo.toml +++ b/crates/span/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "span" version = "0.0.0" -description = "TBD" +description = "File and span related types for rust-analyzer." rust-version.workspace = true edition.workspace = true |