chore: add msrv to manifests, add and use workspace.package (#3006)

This commit is contained in:
DaniPopes
2023-06-06 05:45:44 +02:00
committed by GitHub
parent adf4328cec
commit 171166e84a
48 changed files with 306 additions and 300 deletions

View File

@ -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"

View File

@ -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