-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend cargo.toml with more fields for crates.io
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ version = "0.1.0" | |
edition = "2018" | ||
authors = ["Midas Lambrichts <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "A simple type for non empty Strings, similar to NonZeroUsize and friends." | ||
repository = "https://github.com/MidasLamb/non-empty-string" | ||
keywords = ["nonemptystring", "string", "str"] | ||
|
||
[lib] | ||
name = "non_empty_string" | ||
|