mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-30 23:27:59 +00:00
6cd4519d89
Signed-off-by: xermicus <bigcyrill@hotmail.com>
13 lines
310 B
TOML
13 lines
310 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 }
|