harmony/harmony_secret_derive/Cargo.toml
Ian Letourneau f180cc4c80
All checks were successful
Run Check Script / check (pull_request) Successful in 1m14s
wip: rename harmony-secret* by harmony_secret*
2025-08-28 14:29:24 -04:00

14 lines
188 B
TOML

[package]
name = "harmony_secret_derive"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
quote = "1.0"
proc-macro2 = "1.0"
proc-macro-crate = "3.3"
syn = "2.0"