From 68c5f8171db9034fce3b5e58db1b92942803ca91 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Mon, 23 Aug 2021 12:31:10 -0400 Subject: [PATCH 1/2] Adds repository info to the manifest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4c62071..af97d21 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 From d3a51ea583c4d078ad867c7af1744e68d5a45461 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Wed, 25 Aug 2021 17:23:29 -0400 Subject: [PATCH 2/2] Adds readme and documentation to the manifest --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af97d21..a1da493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,9 @@ description = "regular expressions for nom parsers" license = "MIT" keywords = ["parser", "parser-combinators", "regex"] categories = ["parsing"] -repository = "https://github.com/rust-bakery/nom-regex +repository = "https://github.com/rust-bakery/nom-regex" +readme = "README.md" +documentation = "https://docs.rs/nom-regex" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html