From 2ec53f955b0eafc1eeb4b33908b30439840de259 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Tue, 7 Jun 2022 01:32:16 -0600 Subject: [PATCH] Add repository to Cargo.toml The listing on crates.io doesn't currently have any links to this repository. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4c62071..57d37e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ description = "regular expressions for nom parsers" license = "MIT" keywords = ["parser", "parser-combinators", "regex"] categories = ["parsing"] +repository = "https://github.com/rust-bakery/nom-regex" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html