Files
hash2/hash2_derive/Cargo.toml
2026-02-03 03:33:48 -05:00

13 lines
183 B
TOML

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