mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
14 lines
273 B
TOML
14 lines
273 B
TOML
[package]
|
|
name = "test_mono_macros"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.81", features = ["full", "extra-traits"] }
|
|
quote = "1.0.10"
|
|
proc-macro2 = "1.0.32"
|