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"
|