mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: add msrv to manifests, add and use workspace.package (#3006)
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
[package]
|
||||
name = "reth-rlp"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license = "Apache-2.0"
|
||||
description = "Fast RLP serialization library"
|
||||
repository = "https://github.com/paradigmxyz/reth"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
arrayvec = { version = "0.7", default-features = false }
|
||||
@ -22,7 +24,7 @@ reth-rlp = { path = ".", package = "reth-rlp", features = [
|
||||
"std",
|
||||
"ethnum",
|
||||
"ethereum-types",
|
||||
"smol_str"
|
||||
"smol_str",
|
||||
] }
|
||||
criterion = "0.4.0"
|
||||
hex-literal = "0.3"
|
||||
|
||||
@ -2,9 +2,11 @@
|
||||
name = "reth-rlp-derive"
|
||||
version = "0.1.1"
|
||||
license = "Apache-2.0"
|
||||
edition = "2021"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
description = "Procedural macros for reth-rlp"
|
||||
repository = "https://github.com/paradigmxyz/reth"
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
Reference in New Issue
Block a user