summaryrefslogtreecommitdiff
path: root/crates/teleia_macros/Cargo.toml
blob: b56494e813c30180b9f6a424266a2ce060773a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "teleia_macros"
version.workspace = true
edition.workspace = true
authors.workspace = true

[lib]
proc-macro = true

[dependencies]
walkdir = "*"
heck = "*"