[package] name = "embeddir" version = "0.1.1" authors = ["Ponas "] edition = "2018" license = "MIT" description = "A macro for embedding all files in a directory into the executable" repository = "https://github.com/PonasKovas/embeddir" keywords = ["macro", "embedding", "include", "directory"] readme = "README.md" [dependencies] syn = "1.0.12" quote = "1.0.2" [lib] proc-macro = true