Add patch for alloy-eip2124 to an empty crate

Removes the `crc` dependency which had a unique author associated.
This commit is contained in:
Luke Parker
2025-11-26 17:01:03 -05:00
parent e7c759c468
commit 6e37ac030d
4 changed files with 29 additions and 33 deletions

View File

@@ -0,0 +1,19 @@
[package]
name = "alloy-eip2124"
version = "0.2.99"
description = "Patch to an empty crate"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/patches/ethereum/alloy-eip2124"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = []
edition = "2021"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[workspace]
[features]
std = []
serde = []