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