Files
revive-differential-tests/crates/config/Cargo.toml
T
Cyrill Leutwiler c69a87238d the solc download per target helper
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
2025-03-24 22:33:37 +01:00

15 lines
372 B
TOML

[package]
name = "revive-dt-config"
description = "global configuration for the revive differential tester"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
clap = { workspace = true }
semver = { workspace = true }
temp-dir = { workspace = true }