Extend crates we patch to be empty from the Ethereum ecosystem

`ruint` pulls in many versions of many crates. This has it pull in less.
This commit is contained in:
Luke Parker
2025-12-06 08:27:34 -05:00
parent b24adcbd14
commit 2fb90ebe55
12 changed files with 95 additions and 61 deletions

View File

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

View File

@@ -0,0 +1 @@
const _NEVER_COMPILED: [(); 0 - 1] = [(); 0 - 1];