Files

13 lines
426 B
TOML
Raw Permalink Normal View History

2026-03-06 15:21:44 +01:00
[package]
name = "leaf_backend_llvm"
version = "0.1.0"
edition = "2024"
[dependencies]
arcstr = "1.2.0"
fxhash = "0.2.1"
leaf_assembly = { path = "../../assembly" }
inkwell = { version = "0.8.0", default-features = false, features = ["llvm21-1", "target-aarch64", "target-x86"] }
derive_more = { version = "2.0.1", features = ["deref", "deref_mut", "debug", "display", "try_from", "from", "try_into", "into"] }
scc = "3.6.6"