Skip to content

Commit c2f43e4

Browse files
committed
Extend cargo.toml with more fields for crates.io
1 parent b6f25db commit c2f43e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ version = "0.1.0"
44
edition = "2018"
55
authors = ["Midas Lambrichts <[email protected]>"]
66
license = "MIT OR Apache-2.0"
7+
description = "A simple type for non empty Strings, similar to NonZeroUsize and friends."
8+
repository = "https://github.com/MidasLamb/non-empty-string"
9+
keywords = ["nonemptystring", "string", "str"]
710

811
[lib]
912
name = "non_empty_string"

0 commit comments

Comments
 (0)