aboutsummaryrefslogtreecommitdiff
path: root/codegen/Cargo.toml
blob: e6b3f40c6cda88108a82baad00158301fccf5d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "includedir_codegen"
description = "Include a whole directory tree at compile time! - Compile time part"
keywords = ["include", "tree", "directory", "build", "static"]
version = "0.2.0"
authors = ["Till Höppner <till@hoeppner.ws>"]
license = "MIT"
homepage = "https://github.com/tilpner/includedir"
repository = "https://github.com/tilpner/includedir"

[dependencies]
walkdir = "0.1.5"
phf_codegen = "0.7.12"
flate2 = "0.2.13"