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

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