mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
18 lines
342 B
TOML
18 lines
342 B
TOML
[package]
|
|
name = "reth-rlp-derive"
|
|
version.workspace = true
|
|
license = "Apache-2.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
description = "Procedural macros for reth-rlp"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "2"
|
|
quote.workspace = true
|
|
proc-macro2.workspace = true
|