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

[dependencies]
config = { path = "../../" }
lazy_static = "^0.2.8"