From a5cc61528ff4d998f456d7fbc3a1ee63b68c6bcd Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Fri, 5 Jan 2024 16:44:47 +0100 Subject: [PATCH] add maintainer --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50d26d0..c7fe064 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "strsim" version = "0.10.0" -authors = ["Danny Guo "] +authors = ["Danny Guo ", "maxbachmann "] description = """ Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. @@ -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"]