mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 15:37:47 +00:00
docs/build ~ polish crate meta-information (uucore_procs)
This commit is contained in:
parent
246e4427e4
commit
14df9d2df3
1 changed files with 7 additions and 1 deletions
|
@ -1,10 +1,16 @@
|
||||||
[package]
|
[package]
|
||||||
name = "uucore_procs"
|
name = "uucore_procs"
|
||||||
version = "0.0.2"
|
version = "0.0.2"
|
||||||
authors = []
|
authors = ["Roy Ivy III <rivy.dev@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "uutils ~ 'uucore' proc-macros"
|
description = "uutils ~ 'uucore' proc-macros"
|
||||||
|
|
||||||
|
homepage = "https://github.com/uutils/uucore/uucore_procs"
|
||||||
|
repository = "https://github.com/uutils/uucore/uucore_procs"
|
||||||
|
# readme = "README.md"
|
||||||
|
keywords = ["cross-platform", "proc-macros", "uucore", "uutils"]
|
||||||
|
# categories = ["os"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue