mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-24 05:28:00 +00:00
2090830858
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
23 lines
600 B
TOML
23 lines
600 B
TOML
[package]
|
|
name = "revive-common"
|
|
version = "0.2.1"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
authors = [
|
|
"Cyrill Leutwiler <cyrill@parity.io>",
|
|
"Oleksandr Zarudnyi <a.zarudnyy@matterlabs.dev>",
|
|
]
|
|
description = "Shared constants of the revive compiler"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
hex = { workspace = true }
|
|
sha3 = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true, features = [ "arbitrary_precision", "unbounded_depth" ] }
|
|
serde_stacker = { workspace = true }
|