1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

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 <salimma@fedoraproject.org>
This commit is contained in:
Michel Lind 2024-01-05 22:20:59 -06:00
parent e13f0d80ee
commit 5de030f119
No known key found for this signature in database
GPG key ID: 8B229D2F7CCC04F2

View file

@ -5,3 +5,6 @@ version = "0.0.23"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "A collection of functions to parse the markdown code of help files" 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"