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

[dependencies]
config = { path = "../.." }