aboutsummaryrefslogtreecommitdiff
path: root/fondant/Cargo.toml
blob: 3ebb7f6a271b0fae91290bf9c28bc6d05286ca9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fondant"
version = "0.1.1"
authors = ["Akshay <[email protected]>"]
description = "Macro based library to take the boilerplate out of configuration handling"
readme = "readme.md"
repository = "https://github.com/nerdypepper/fondant"
license = "MIT"
keywords = ["cli", "configuration", "macro"]
categories = ["command-line-utilities", "config"]
edition = "2018"

[dependencies]
fondant_derive = {version = "0.1.1", path = "../fondant_derive"}
fondant_deps = {version = "0.1.0", path = "../fondant_deps"}