aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a1a40811a988b3998e36f551ba80d4942e241db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "includedir"
description = "Include a whole directory tree at compile time!"
tags = ["include", "tree", "directory", "build", "static"]
version = "0.1.1"
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"