include_dir 0.7.3

Embed the contents of a directory in your binary
Documentation
[dependencies.glob]
optional = true
version = "0.3"

[dependencies.include_dir_macros]
version = "^0.7.0"
[dev-dependencies.tempfile]
version = "3"

[features]
default = []
metadata = ["include_dir_macros/metadata"]
nightly = ["include_dir_macros/nightly"]

[package]
authors = ["Michael Bryan <michaelfbryan@gmail.com>"]
categories = ["development-tools", "web-programming", "game-engines"]
description = "Embed the contents of a directory in your binary"
edition = "2021"
keywords = ["assets", "include", "embed", "dir"]
license = "MIT"
name = "include_dir"
readme = "README.md"
repository = "https://github.com/Michael-F-Bryan/include_dir"
resolver = "1"
rust-version = "1.56"
version = "0.7.3"
[package.metadata.docs.rs]
all-features = true