confy 0.2.0

Compile-time configuration file reading
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "confy"
version = "0.2.0"
authors = ["Luthaf <luthaf@luthaf.fr>"]
description = "Compile-time configuration file reading"
license = "MIT/Apache-2.0"
repository = "https://github.com/Luthaf/confy"
documentation = "https://github.com/Luthaf/confy"
keywords = ["configuration", "TOML", "plugin"]

[lib]
name = "confy"
plugin = true

[dependencies]
toml = "0.1.27"