blob: 8a30ca20547a96fb76fa38e950f3daa8e3272ee5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "foo"
version = "0.1.0"
authors = ["Till Höppner <till@hoeppner.ws>"]
build = "build.rs"
[dependencies]
phf = "*"
[build-dependencies.includedir]
path = "../.."
|