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

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