aboutsummaryrefslogtreecommitdiff
path: root/fondant/Cargo.toml
blob: 7c8588fe8aa2ba302aa273abf51e937275e603fb (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.1", path = "../fondant_deps"}