mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 18:28:01 +00:00
5d742d150d
Signed-off-by: xermicus <cyrill@parity.io>
12 lines
300 B
TOML
12 lines
300 B
TOML
[package]
|
|
name = "revive-differential"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
evm-interpreter = { workspace = true }
|
|
primitive-types = { workspace = true }
|
|
alloy-primitives = { workspace = true } |