include-preprocessor-macro 0.1.0

Provides an include_str-like macro running the include-preprocessor crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "include-preprocessor-macro"
description = "Provides an include_str-like macro running the include-preprocessor crate."
version = { workspace = true }
edition = { workspace = true }
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
license = { workspace = true }

[lib]
proc-macro = true

[dependencies]
include-preprocessor = { workspace = true }
syn = { workspace = true }