From ddee8de73f8d95710d580cd1267e2f52709c5b2e Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 5 May 2020 13:58:46 +0530 Subject: meta --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index de8f86d..f60302e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,11 @@ name = "cutlass" version = "0.1.0" authors = ["Akshay "] edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "Macro based library to take the boilerplate out of configuration handling" +readme = "readme.md" +repository = "https://github.com/nerdypepper/cutlass" +license = "MIT" +keywords = ["curry", "currying", "macro", "functional", "haskell"] [dependencies] proc-macro2 = "1.0.9" -- cgit v1.2.3