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>
11 lines
295 B
TOML
11 lines
295 B
TOML
[package]
|
|
name = "revive-stdlib"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
description = "revive compiler stdlib components"
|
|
|
|
[dependencies]
|
|
inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm18-0"] }
|