-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from mgeisler/simplify-crates-io-tags
Remove some unnecessary crate tags
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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 |
---|---|---|
|
@@ -3,17 +3,17 @@ name = "lipsum" | |
version = "0.8.1" | ||
authors = ["Martin Geisler <[email protected]>"] | ||
description = """ | ||
Lipsum is a lorem ipsum text generation library. Use this if you need | ||
filler or dummy text for your application. | ||
Lipsum is a lorem ipsum text generation library. It generates | ||
pseudo-random Latin text. Use this if you need filler or dummy text | ||
for your application. | ||
The text is generated using a simple Markov chain, which you can also | ||
The text is generated using a simple Markov chain, which you can | ||
instantiate to generate your own pieces of pseudo-random text. | ||
""" | ||
documentation = "https://docs.rs/lipsum/" | ||
repository = "https://github.com/mgeisler/lipsum/" | ||
readme = "README.md" | ||
keywords = ["lorem-ipsum", "lorem", "ipsum", "random", "bigram", "markov-chain", | ||
"text", "typography"] | ||
keywords = ["random", "text", "markov", "typography"] | ||
categories = ["text-processing"] | ||
license = "MIT" | ||
edition = "2021" | ||
|