mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-12 19:21:10 +00:00
9505e30fe1
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
16 lines
401 B
TOML
16 lines
401 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]
|
|
alloy = { workspace = true }
|
|
clap = { workspace = true }
|
|
semver = { workspace = true }
|
|
temp-dir = { workspace = true }
|