Skip to content

Commit

Permalink
Add crate description
Browse files Browse the repository at this point in the history
This is required for publishing

Signed-off-by: Ahmed Abdelraoof <[email protected]>
  • Loading branch information
oddcoder committed Aug 16, 2024
1 parent 28cea8d commit e288340
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion safe-discriminant-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ edition = "2021"
readme = "../Readme.md"
license = "Apache-3.0"
keywords = ["no_std", "enums"]

description = """A minimalistic, `no_std` compatible trait and procedural macro \
for extracting discriminants from enums at zero cost.""""
[lib]
proc-macro = true

Expand Down
3 changes: 3 additions & 0 deletions safe-discriminant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ edition = "2021"
readme = "../Readme.md"
license = "Apache-3.0"
keywords = ["no_std", "enums"]
description = """A minimalistic, `no_std` compatible trait and procedural macro \
for extracting discriminants from enums at zero cost.""""

[dependencies]
safe-discriminant-derive = {workspace = true}

Expand Down

0 comments on commit e288340

Please sign in to comment.