mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 14:35:12 +00:00
16 lines
296 B
TOML
16 lines
296 B
TOML
[package]
|
|
name = "test_mono_macros"
|
|
description = "Macros for use in test_mono."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
syn.workspace = true
|