1[package]
2name = "example"
3version = "0.0.0"
4authors = ["David Tolnay <dtolnay@gmail.com>"]
5license = "MIT OR Apache-2.0"
6repository = "https://github.com/dtolnay/proc-macro-hack"
7edition = "2018"
8publish = false
9
10[dependencies]
11demo-hack = { path = "../demo-hack" }