aboutsummaryrefslogtreecommitdiff
path: root/example/Cargo.toml
blob: 3d3cbd5ad2e5d00833c520c6210cd51d46d64573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"
includedir = { path = "../lib" }

[build-dependencies]
# includedir_codegen = "0.2.0"
includedir_codegen = { path = "../codegen" }