mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-29 11:17:57 +00:00
12 lines
256 B
TOML
12 lines
256 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"
|
|
|
|
[dependencies]
|