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

[dependencies]
config = { path = "../..", default-features = false }