Added descriptions and other fluff to cargo files.

This commit is contained in:
Thelie 2022-03-27 16:20:19 +02:00
parent 9b474f0d17
commit 43f1c8fe1a
4 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,9 @@ edition = "2021"
license = "AGPLv3" license = "AGPLv3"
license_file = "LICENSE.md" license_file = "LICENSE.md"
authors = "Daniel Mowitz" 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] [lib]
bench = false bench = false

View file

@ -5,6 +5,7 @@ edition = "2021"
license = "AGPLv3" license = "AGPLv3"
license_file = "../LICENSE.md" license_file = "../LICENSE.md"
authors = "Daniel Mowitz" authors = "Daniel Mowitz"
description = "Macros for sing_rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -5,6 +5,7 @@ edition = "2021"
license = "AGPLv3" license = "AGPLv3"
license_file = "../LICENSE.md" license_file = "../LICENSE.md"
authors = "Daniel Mowitz" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
build = "build.rs" build = "build.rs"

View file

@ -5,6 +5,7 @@ edition = "2021"
license = "AGPLv3" license = "AGPLv3"
license_file = "../LICENSE.md" license_file = "../LICENSE.md"
authors = "Daniel Mowitz" authors = "Daniel Mowitz"
description = "Internal functions and types for sing_rs"
[lib] [lib]
bench = false bench = false