From 43f1c8fe1a6ae8c8d0f21a27a857d67eae1c5a48 Mon Sep 17 00:00:00 2001 From: Thelie Date: Sun, 27 Mar 2022 16:20:19 +0200 Subject: [PATCH] Added descriptions and other fluff to cargo files. --- Cargo.toml | 3 +++ sing_macros/Cargo.toml | 1 + sing_parse/Cargo.toml | 1 + sing_util/Cargo.toml | 1 + 4 files changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 30a9c86..689a053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/sing_macros/Cargo.toml b/sing_macros/Cargo.toml index 1a5c2d0..afc7a2e 100644 --- a/sing_macros/Cargo.toml +++ b/sing_macros/Cargo.toml @@ -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 diff --git a/sing_parse/Cargo.toml b/sing_parse/Cargo.toml index 3b9e06f..30f3354 100644 --- a/sing_parse/Cargo.toml +++ b/sing_parse/Cargo.toml @@ -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" diff --git a/sing_util/Cargo.toml b/sing_util/Cargo.toml index 512b0fe..8160de9 100644 --- a/sing_util/Cargo.toml +++ b/sing_util/Cargo.toml @@ -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