Skip to content

Commit

Permalink
add maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jan 5, 2024
1 parent 20e3bdd commit a5cc615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "strsim"
version = "0.10.0"
authors = ["Danny Guo <danny@dannyguo.com>"]
authors = ["Danny Guo <danny@dannyguo.com>", "maxbachmann <oss@maxbachmann.de>"]
description = """
Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
Expand All @@ -13,3 +13,4 @@ homepage = "https://github.com/rapidfuzz/strsim-rs"
repository = "https://github.com/rapidfuzz/strsim-rs"
documentation = "https://docs.rs/strsim/"
exclude = ["/.github", "/dev"]
categories = ["text-processing"]

0 comments on commit a5cc615

Please sign in to comment.