mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 21:58:01 +00:00
5d742d150d
Signed-off-by: xermicus <cyrill@parity.io>
24 lines
578 B
TOML
24 lines
578 B
TOML
[package]
|
|
name = "revive-common"
|
|
version.workspace = true
|
|
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
|
|
|
|
[features]
|
|
riscv-64 = []
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true, features = [ "arbitrary_precision", "unbounded_depth" ] }
|
|
serde_stacker = { workspace = true }
|