harmony/harmony_secret_derive/Cargo.toml
Jean-Gabriel Gill-Couture 26e8e386b9
All checks were successful
Run Check Script / check (pull_request) Successful in 1m9s
feat: Secret module works with infisical and local file storage backends
2025-08-19 11:59:21 -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"