mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
26 lines
480 B
TOML
26 lines
480 B
TOML
[package]
|
|
name = "reth-metrics-derive"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2.workspace = true
|
|
syn = { workspace = true, features = ["extra-traits"] }
|
|
quote.workspace = true
|
|
regex = "1.6.0"
|
|
|
|
[dev-dependencies]
|
|
metrics.workspace = true
|
|
serial_test.workspace = true
|
|
trybuild = "1.0"
|