mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 06:48:03 +00:00
8240163be0
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
14 lines
352 B
TOML
14 lines
352 B
TOML
[package]
|
|
name = "revive-stdlib"
|
|
version = "0.2.0"
|
|
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 }
|