blob: aa927c4cab482dedb1c1be297cf2d09d6631b19a (
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 = "0.7.12"
[build-dependencies]
includedir = "0.1.1"
|