mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
15 lines
273 B
TOML
15 lines
273 B
TOML
[package]
|
|
name = "test_mono_macros"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0.81", features = ["full", "extra-traits"] }
|
|
quote = "1.0.10"
|
|
proc-macro2 = "1.0.32"
|