Files
komodo/lib/macros/Cargo.toml
2023-06-22 06:39:57 +00:00

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