mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
10 lines
327 B
TOML
10 lines
327 B
TOML
# spell-checker:ignore uuhelp
|
|
[package]
|
|
name = "uuhelp_parser"
|
|
version = "0.0.27"
|
|
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"
|