blob: 93c06c8a8cb92326fdcb4f2f729738104562e705 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "foo"
version = "0.1.0"
authors = ["Till Höppner <till@hoeppner.ws>"]
build = "build.rs"
include = ["data"]
publish = false
[dependencies]
phf = "0.7.12"
[build-dependencies]
includedir = "0.1.1"
|