Skip to content

Commit e288340

Browse files
author
Ahmed Abdelraoof
committed
Add crate description
This is required for publishing Signed-off-by: Ahmed Abdelraoof <ahmed.abdelraoof@huawei.com>
1 parent 28cea8d commit e288340

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

safe-discriminant-derive/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ edition = "2021"
55
readme = "../Readme.md"
66
license = "Apache-3.0"
77
keywords = ["no_std", "enums"]
8-
8+
description = """A minimalistic, `no_std` compatible trait and procedural macro \
9+
for extracting discriminants from enums at zero cost.""""
910
[lib]
1011
proc-macro = true
1112

safe-discriminant/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ edition = "2021"
55
readme = "../Readme.md"
66
license = "Apache-3.0"
77
keywords = ["no_std", "enums"]
8+
description = """A minimalistic, `no_std` compatible trait and procedural macro \
9+
for extracting discriminants from enums at zero cost.""""
10+
811
[dependencies]
912
safe-discriminant-derive = {workspace = true}
1013

0 commit comments

Comments
 (0)