summary refs log tree commit diff
path: root/modules/morgana_proc/Cargo.toml
blob: 5294c7dba0b56172c71155ead1429a5a5aa8d54f (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "morgana_proc"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
unsynn = "0.0.26"
quote = "1.0.40"