talc/talc-macros/Cargo.toml
trimill b1fccce8e3
All checks were successful
docs / test (push) Successful in 10s
refactoring
2024-12-31 22:09:51 -05:00

15 lines
218 B
TOML

[package]
name = "talc-macros"
version = "0.2.1"
edition = "2021"
rust-version = "1.68.2"
[lints]
workspace = true
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"