roc/crates/compiler/test_mono_macros/Cargo.toml
2023-03-06 19:47:57 -08:00

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