mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-25 19:57:57 +00:00
004c71d5d5
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
18 lines
522 B
TOML
18 lines
522 B
TOML
[package]
|
|
name = "revive-differential"
|
|
description = "utilities for differential testing the revive compiler against EVM"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
hex = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
alloy-primitives = { workspace = true, features = ["serde"] }
|
|
alloy-genesis = { workspace = true }
|
|
alloy-serde = { workspace = true }
|