id/Cargo.toml

15 lines
249 B
TOML
Raw Permalink Normal View History

2024-02-07 03:34:25 +00:00
[package]
name = "id"
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.78"
quote = "1.0.35"
syn = "2.0.48"