revive-builtins 0.1.0

compiler builtins for the revive compiler
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "revive-build-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87b70be5eeca30a3e8d4d9c9a646685572f535cac860fe8a666864f28107993b"

[[package]]
name = "revive-builtins"
version = "0.1.0"
dependencies = [
 "revive-build-utils",
]