caretta-sync/lazy-supplements-macros/Cargo.toml

17 lines
322 B
TOML
Raw Normal View History

2025-06-26 08:14:27 +09:00
[package]
name = "lazy-supplements-macros"
edition.workspace = true
version.workspace = true
description.workspace = true
license.workspace = true
repository.workspace = true
[lib]
proc-macro = true
[dependencies]
heck = "0.5.0"
proc-macro2 = "1.0.95"
quote = "1.0.40"
syn = { version = "2.0.104", features = ["full"] }