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>
11 lines
270 B
TOML
11 lines
270 B
TOML
[package]
|
|
name = "hbc"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
cranelift-backend = { version = "0.1.0", path = "../cranelift-backend" }
|
|
hblang = { workspace = true, features = ["std"] }
|
|
log = "0.4.22"
|
|
target-lexicon = { version = "0.12", features = ["std"] }
|