mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
14 lines
No EOL
258 B
TOML
14 lines
No EOL
258 B
TOML
[package]
|
|
name = "thaw_macro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.36"
|
|
syn = "2.0.60"
|
|
proc-macro2 = "1.0.81" |