mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
18 lines
425 B
TOML
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
|