Added descriptions and other fluff to cargo files.
This commit is contained in:
parent
9b474f0d17
commit
43f1c8fe1a
4 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,9 @@ edition = "2021"
|
|||
license = "AGPLv3"
|
||||
license_file = "LICENSE.md"
|
||||
authors = "Daniel Mowitz"
|
||||
repository = "https://gitea.chaostreff-alzey.de/Thelie/sing"
|
||||
readme = "README.md"
|
||||
description = "Macros for generating STDIN/STDOUT interfaces to trait objects."
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
|
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
license = "AGPLv3"
|
||||
license_file = "../LICENSE.md"
|
||||
authors = "Daniel Mowitz"
|
||||
description = "Macros for sing_rs"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
license = "AGPLv3"
|
||||
license_file = "../LICENSE.md"
|
||||
authors = "Daniel Mowitz"
|
||||
description = "Parsing utilities for sing_rs"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
build = "build.rs"
|
||||
|
|
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
license = "AGPLv3"
|
||||
license_file = "../LICENSE.md"
|
||||
authors = "Daniel Mowitz"
|
||||
description = "Internal functions and types for sing_rs"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
|
Loading…
Reference in a new issue