mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-24 06:37:58 +00:00
0d7a87a728
* Get rid of corpus files * Update the readme
26 lines
624 B
TOML
26 lines
624 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]
|
|
revive-dt-common = { workspace = true }
|
|
|
|
alloy = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
clap = { workspace = true }
|
|
semver = { workspace = true }
|
|
temp-dir = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
serde_with = { workspace = true }
|
|
strum = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|