mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 02:07:55 +00:00
d238d8f39e
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
12 lines
308 B
TOML
12 lines
308 B
TOML
[package]
|
|
name = "revive-codegen"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
inkwell = { workspace = true }
|
|
|
|
revive-compilation-target = { path = "../compilation-target" }
|
|
revive-ir = { path = "../ir" } |