summaryrefslogtreecommitdiff
path: root/derive/Cargo.toml
blob: 65f3a757a1c1c43e6eeddfd08d073d70ab7ccc7a (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "derive"
version = "0.1.0"
edition = "2024"

[lib]
proc-macro = true

[dev-dependencies]
crimtag = { path = "../crimtag"}