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