mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 22:17:45 +00:00
uudoc,uucore_procs: move md parsing to help_parser
This commit is contained in:
parent
084510e499
commit
658323184d
7 changed files with 281 additions and 284 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -388,6 +388,7 @@ dependencies = [
|
|||
"conv",
|
||||
"filetime",
|
||||
"glob",
|
||||
"help_parser",
|
||||
"hex-literal",
|
||||
"is-terminal",
|
||||
"libc",
|
||||
|
@ -1102,6 +1103,10 @@ dependencies = [
|
|||
"ahash",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "help_parser"
|
||||
version = "0.0.18"
|
||||
|
||||
[[package]]
|
||||
name = "hermit-abi"
|
||||
version = "0.1.19"
|
||||
|
@ -3393,6 +3398,7 @@ dependencies = [
|
|||
name = "uucore_procs"
|
||||
version = "0.0.18"
|
||||
dependencies = [
|
||||
"help_parser",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue