mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 10:18:02 +00:00
0e9e405f21
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
14 lines
359 B
TOML
14 lines
359 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-1"] }
|
|
|
|
[build-dependencies]
|
|
revive-build-utils = { workspace = true }
|