mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-02 18:17:28 -05:00
16 lines
345 B
TOML
16 lines
345 B
TOML
[package]
|
|
name = "monitor_macros"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
syn.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true |