holey-bytes/cranelift-backend/Cargo.toml
Jakub Doka 4826e26fdf
putting back the native target
Signed-off-by: Jakub Doka <jakub.doka2@gmail.com>
2025-02-02 18:03:48 +01:00

13 lines
255 B
TOML

[package]
name = "cranelift-backend"
version = "0.1.0"
edition = "2024"
[dependencies]
cranelift-codegen = "0.116.0"
cranelift-frontend = "0.116.0"
cranelift-module = "0.116.0"
cranelift-object = "0.116.0"
hblang.workspace = true
target-lexicon = "0.13"