aboutsummaryrefslogtreecommitdiff
path: root/example/Cargo.toml
blob: c7c649663ce40c1b9678c426d80f04a6f95a4785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "foo"
version = "0.1.0"
authors = ["Till Höppner <till@hoeppner.ws>"]
build = "build.rs"
include = ["data", "data/*", "data/**"]
publish = false

[dependencies]
phf = "0.7.12"
includedir = "0.2.0"

[build-dependencies]
includedir_codegen = "0.2.0"