mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 21:01:01 +00:00
b0ad55715f
Signed-off-by: xermicus <bigcyrill@hotmail.com>
12 lines
311 B
TOML
12 lines
311 B
TOML
[package]
|
|
name = "revive-rul-runtime-library"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
description = "revive compiler rust backend runtime library"
|
|
|
|
[dependencies]
|
|
alloy-core = { workspace = true, default-features = false }
|