mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Add description to span crate manifest
This commit is contained in:
parent
95e047e4ac
commit
688911757e
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
[package]
|
||||
name = "span"
|
||||
version = "0.0.0"
|
||||
description = "TBD"
|
||||
|
||||
rust-version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -18,4 +20,4 @@ syntax.workspace = true
|
|||
stdx.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
workspace = true
|
||||
|
|
Loading…
Reference in a new issue