From 7f2e75a2785b290601b5091ec14f9e7e1429a5c1 Mon Sep 17 00:00:00 2001 From: Josh Clayton Date: Mon, 14 Aug 2023 18:56:20 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4bdfb13..95a8f71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "jaro_winkler" version = "0.1.0" edition = "2021" +repository = "https://github.com/joshuaclayton/jaro_winkler" +authors = ["Joshua Clayton "] +categories = ["jaro-winkler", "string", "distance", "similarity"] license = "MIT" [dependencies]