mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 12:58:45 +08:00
22 lines
386 B
TOML
22 lines
386 B
TOML
[package]
|
|
name = "msg_tool_macro"
|
|
version = "0.1.6"
|
|
edition = "2024"
|
|
repository = "https://github.com/lifegpc/msg-tool"
|
|
description = "A procedural macro for the msg-tool project."
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[features]
|
|
artemis-arc = []
|
|
unstable = []
|
|
|
|
[dependencies]
|
|
syn = { version = "2", features = ["full"] }
|
|
quote = "1"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|