mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-07 23:07:56 +00:00
84a5647a8b
Signed-off-by: xermicus <bigcyrill@hotmail.com>
16 lines
431 B
TOML
16 lines
431 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 }
|