[dependencies.include_folder_macros]
version = "0.1.0"
[lib]
name = "include_folder"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Proc macro for recrsively including all files in a folder as fields on a struct."
edition = "2024"
homepage = "https://github.com/Joshua861/include_folder"
license = "MIT"
name = "include_folder"
readme = "README.md"
repository = "https://github.com/Joshua861/include_folder"
version = "0.1.0"