mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 21:58:01 +00:00
8240163be0
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
16 lines
292 B
TOML
16 lines
292 B
TOML
[package]
|
|
name = "revive-build-utils"
|
|
version = "0.2.0"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
authors = [
|
|
"Cyrill Leutwiler <cyrill@parity.io>",
|
|
]
|
|
description = "Shared build utilities of the revive compiler"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|