Files
msg-tool/msg_tool_macro/Cargo.toml

15 lines
196 B
TOML

[package]
name = "msg_tool_macro"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[features]
artemis-arc = []
[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"