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

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