Files
revive/crates/differential/Cargo.toml
T
2024-05-13 13:50:35 +02:00

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 }