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

[lib]
proc-macro = true

[dependencies]
env = "1.0.1"
walkdir = "2.5.0"
heck = "0.5.0"
litrs = "1.0.0"