[go: up one dir, main page]

include_dir 0.1.2

The logical evolution of the include_str macro for embedding a directory tree into your binary.
Documentation
[package]
authors = ["Michael-F-Bryan <michaelfbryan@gmail.com>"]
name = "include_dir"
version = "0.1.2"
description = "The logical evolution of the include_str macro for embedding a directory tree into your binary. "
license = "MIT"
documentation = "https://docs.rs/include_dir"
repository = "https://github.com/Michael-F-Bryan/include_dir"
categories = ["development-tools", "web-programming", "game-engines"]
keywords = ["include", "embed", "assets"]

[badges]
travis-ci = { repository = "Michael-F-Bryan/include_dir", branch = "master" }
appveyor = { repository = "Michael-F-Bryan/include-dir", branch = "master", service = "github" }


[dependencies]
error-chain = "0.10.0"

[dev-dependencies]
tempdir = "0.3.5"
tempfile = "2.1.5"