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

[dependencies]
config = { path = "../../", features = ["glob"] }