From 872c4596aea035e2f6ddc6822dcd309af1caba04 Mon Sep 17 00:00:00 2001 From: rickdewater Date: Thu, 3 Oct 2024 00:31:53 +0200 Subject: [PATCH] Update manifest for publish --- Cargo.toml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c4d00f..6215adc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,12 @@ [package] -name = "nonany" -version = "0.1.0" +authors = ["Rick de Water"] +categories = ["no-std", "rust-patterns"] +description = "Integer types with customizable niche values" edition = "2021" -rust-version = "1.56" \ No newline at end of file +keywords = ["nonzero", "nonmin", "nonmax", "niche", "option"] +license = "MIT" +name = "nonany" +readme = "README.md" +repository = "https://github.com/rick-de-water/nonany" +rust-version = "1.56" +version = "0.1.0" \ No newline at end of file