diff options
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,8 +3,11 @@ name = "cutlass" | |||
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | 6 | description = "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 | 7 | readme = "readme.md" |
8 | repository = "https://github.com/nerdypepper/cutlass" | ||
9 | license = "MIT" | ||
10 | keywords = ["curry", "currying", "macro", "functional", "haskell"] | ||
8 | 11 | ||
9 | [dependencies] | 12 | [dependencies] |
10 | proc-macro2 = "1.0.9" | 13 | proc-macro2 = "1.0.9" |