From 5de030f119791a873b5a6bfb990c8e1c049aa4d7 Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Fri, 5 Jan 2024 22:20:59 -0600 Subject: [PATCH] uuhelp_parser: add links to homepage and repo When viewing the crate right now, apart from via looking at the dependencies it's hard to find the associated project and repository. Add the missing info. Signed-off-by: Michel Lind --- src/uuhelp_parser/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/uuhelp_parser/Cargo.toml b/src/uuhelp_parser/Cargo.toml index c07bce631..cbf049f9d 100644 --- a/src/uuhelp_parser/Cargo.toml +++ b/src/uuhelp_parser/Cargo.toml @@ -5,3 +5,6 @@ version = "0.0.23" edition = "2021" license = "MIT" description = "A collection of functions to parse the markdown code of help files" + +homepage = "https://github.com/uutils/coreutils" +repository = "https://github.com/uutils/coreutils/tree/main/src/uuhelp_parser"