Skip to content

Commit

Permalink
Add a description key in text-cleaner.
Browse files Browse the repository at this point in the history
Signed-off-by: Aalekh Patel <[email protected]>
  • Loading branch information
aalekhpatel07 committed Jun 14, 2022
1 parent 66ff86c commit e1a78fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion text-cleaner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "text-cleaner"
version = "0.1.0"
edition = "2021"
description = "An implementation of some common text manipulation operations."
license-file = "../LICENSE.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -12,4 +14,4 @@ diacritics = { version = "0.1.3" }
validator = { version="0.15" }
unicode-normalization = { version = "0.1.19"}
linkify = { version = "0.8.1"}
hashbrown = { version = "0.11.2" }
hashbrown = { version = "0.11.2" }

0 comments on commit e1a78fe

Please sign in to comment.