summaryrefslogtreecommitdiffstats
path: root/examples/file-yaml/Cargo.toml
blob: 70176b1c3e71429de00d9e04ae8b3753a707ce3f (plain)
1
2
3
4
5
6
[package]
name = "file-yaml"
version = "0.1.0"

[dependencies]
config = { path = "../..", default-features = false, features = ["yaml"] }