mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
18 lines
338 B
TOML
18 lines
338 B
TOML
[package]
|
|
name = "euclid_macros"
|
|
description = "Macros for Euclid DSL"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.79"
|
|
quote = "1.0.35"
|
|
rustc-hash = "1.1.0"
|
|
strum = { version = "0.26", features = ["derive"] }
|
|
syn = "2.0.57"
|