mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-01-23 20:28:13 -05:00
18 lines
369 B
TOML
18 lines
369 B
TOML
[package]
|
|
name = "sunscreen_compiler_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.32"
|
|
quote = "1.0.10"
|
|
syn = { version = "1.0.81", features = ["derive", "full", "fold"] }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.72"
|