mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
26 lines
501 B
TOML
26 lines
501 B
TOML
[package]
|
|
name = "reth-codecs-derive"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
readme = "../README.md"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
convert_case = "0.6.0"
|
|
proc-macro2.workspace = true
|
|
quote.workspace = true
|
|
syn.workspace = true
|
|
|
|
[dev-dependencies]
|
|
similar-asserts.workspace = true
|
|
syn = { workspace = true, features = ["full", "extra-traits"] }
|