summaryrefslogtreecommitdiffstats
path: root/examples/glob/Cargo.toml
blob: 2fe1b1e0d251af5baa18253551322985aa2acb1a (plain)
1
2
3
4
5
6
7
8
[package]
name = "glob"
version = "0.1.0"
edition = "2018"

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