Auto merge of #16251 - lnicola:span-description, r=lnicola

Add description to span crate manifest

CC 2015783662
This commit is contained in:
bors 2024-01-04 11:28:11 +00:00
commit c3a00b5468

View file

@ -1,6 +1,8 @@
[package] [package]
name = "span" name = "span"
version = "0.0.0" version = "0.0.0"
description = "TBD"
rust-version.workspace = true rust-version.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true