erg/crates/erg_proc_macros/Cargo.toml
2024-02-14 16:31:40 +09:00

18 lines
425 B
TOML

[package]
name = "erg_proc_macros"
description = "proc macros for Erg"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = { version = "1.0", features = ["full"] }
quote = "1.0"
[lib]
proc-macro = true