ee67ebb017
also splitting hbc binary into a separate crate to avoid dependency cycle, the backand is thus far capable of compiling the simplest program that returns an custom status code Signed-off-by: Jakub Doka <jakub.doka2@gmail.com>
13 lines
255 B
TOML
13 lines
255 B
TOML
[package]
|
|
name = "cranelift-backend"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
cranelift-codegen = "0.115.0"
|
|
cranelift-frontend = "0.115.0"
|
|
cranelift-module = "0.115.0"
|
|
cranelift-object = "0.115.0"
|
|
hblang.workspace = true
|
|
target-lexicon = "0.12"
|