mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-30 07:07:59 +00:00
3b713ad2cb
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
17 lines
465 B
TOML
17 lines
465 B
TOML
[package]
|
|
name = "revive-dt-compiler"
|
|
description = "Library for compiling Solidity contracts to EVM and PVM"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
revive-solc-json-interface = { workspace = true }
|
|
revive-common = { workspace = true }
|
|
semver = { workspace = true }
|
|
serde_json = { workspace = true }
|