aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files 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"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5edition = "2018" 5edition = "2018"
6 6description = "Macro based library to take the boilerplate out of configuration handling"
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7readme = "readme.md"
8repository = "https://github.com/nerdypepper/cutlass"
9license = "MIT"
10keywords = ["curry", "currying", "macro", "functional", "haskell"]
8 11
9[dependencies] 12[dependencies]
10proc-macro2 = "1.0.9" 13proc-macro2 = "1.0.9"