mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 18:28:01 +00:00
5d742d150d
Signed-off-by: xermicus <cyrill@parity.io>
15 lines
282 B
TOML
15 lines
282 B
TOML
[package]
|
|
name = "revive-builtins"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
build = "build.rs"
|
|
description = "compiler builtins for the revive compiler"
|
|
|
|
[features]
|
|
riscv-64 = []
|
|
|
|
[dependencies]
|