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

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