summaryrefslogtreecommitdiff
path: root/crates/teleia_macros/Cargo.toml
blob: a3d4fe6af0a39c1b7e2580279059c7c3752d8b98 (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 = "*"
walkdir = "*"
heck = "*"
litrs = "*"