Skip to content

Commit 06d4750

Browse files
committed
Add proc macro for defining Config
1 parent 0497a7d commit 06d4750

File tree

3 files changed

+497
-1
lines changed

3 files changed

+497
-1
lines changed

config_proc_macro/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ proc-macro = true
1515
proc-macro2 = "1.0"
1616
quote = "1.0"
1717
syn = { version = "1.0", features = ["full", "visit"] }
18+
thiserror = "1.0"
1819

1920
[dev-dependencies]
2021
serde = { version = "1.0", features = ["derive"] }
22+
toml = "0.5"
2123

2224
[features]
2325
default = []

0 commit comments

Comments
 (0)