mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-29 17:07:55 +00:00
02055c73bb
Signed-off-by: xermicus <cyrill@parity.io>
11 lines
305 B
TOML
11 lines
305 B
TOML
[package]
|
|
name = "revive-differential"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
evm-interpreter = { workspace = true }
|
|
primitive-types = { workspace = true }
|
|
alloy-primitives = { workspace = true } |