waycast/waycast-macros/Cargo.toml
2025-09-05 21:22:36 -04:00

15 lines
277 B
TOML

[package]
name = "waycast-macros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0"
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rust_analyzer)'] }