Skip to content

Commit 6889117

Browse files
committed
Add description to span crate manifest
1 parent 95e047e commit 6889117

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/span/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[package]
22
name = "span"
33
version = "0.0.0"
4+
description = "TBD"
5+
46
rust-version.workspace = true
57
edition.workspace = true
68
license.workspace = true
@@ -18,4 +20,4 @@ syntax.workspace = true
1820
stdx.workspace = true
1921

2022
[lints]
21-
workspace = true
23+
workspace = true

0 commit comments

Comments
 (0)