coreutils 0.0.19

coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust
From 2701195c5410217a11ba68e8ab00f71a1d903729 Mon Sep 17 00:00:00 2001
From: Sylvestre Ledru <sylvestre@debian.org>
Date: Thu, 1 Jun 2023 20:36:03 +0200
Subject: [PATCH 2/4] uuhelp_parser: add the desc

---
 src/help_parser/Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/help_parser/Cargo.toml b/src/help_parser/Cargo.toml
index d3a8a0f54..2c4080c81 100644
--- a/src/help_parser/Cargo.toml
+++ b/src/help_parser/Cargo.toml
@@ -3,3 +3,4 @@ name = "help_parser"
 version = "0.0.18"
 edition = "2021"
 license = "MIT"
+description = "A collection of functions to parse the markdown code of help files"
-- 
2.39.2