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

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