utilities/src/reprc_proc_macro/Cargo.toml
RenovateBot 7249f4b188
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 4m10s
Update Rust crate quote to 1.0.36
2024-04-10 12:11:11 +00:00

13 lines
No EOL
284 B
TOML

[package]
name = "reprc_proc_macro"
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]
syn = { version = "2.0.58", features = ["full", "fold"] }
quote = "1.0.36"