mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-25 02:27:58 +00:00
8240163be0
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
21 lines
446 B
TOML
21 lines
446 B
TOML
[package]
|
|
name = "revive-explorer"
|
|
version = "0.1.0"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
description = "Helper utility to inspect debug builds"
|
|
|
|
[[bin]]
|
|
name = "revive-explorer"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
clap = { workspace = true, features = ["help", "std", "derive"] }
|
|
num_cpus = { workspace = true }
|
|
|
|
revive-yul = { workspace = true }
|
|
|