Skip to content

Commit

Permalink
Merge pull request #82 from mgeisler/simplify-crates-io-tags
Browse files Browse the repository at this point in the history
Remove some unnecessary crate tags
  • Loading branch information
mgeisler authored May 29, 2022
2 parents 0f76181 + d027a7e commit efb4cc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit efb4cc8

Please sign in to comment.