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

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