summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 21d57424aa60380200ca3576a7fdf1901c3190bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "config"
version = "0.2.0"
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]

[features]
default = ["toml"]
json = ["serde_json"]

[dependencies]
toml = { version = "0.2.1", optional = true }
serde_json = { version = "0.9", optional = true }