holey-bytes/hbcb/Cargo.toml

23 lines
394 B
TOML
Raw Normal View History

2024-09-17 03:39:56 -05:00
[package]
name = "hbcb"
version = "0.1.0"
edition = "2021"
[dependencies]
cranelift-codegen = "0.111.0"
cranelift-control = "0.111.0"
log = "0.4.22"
regalloc2 = "0.10.2"
smallvec = "1.13.2"
target-lexicon = "0.12.16"
[features]
default = ["isle-errors"]
unwind = []
isle-in-source-tree = []
isle-errors = []
[build-dependencies]
cranelift-codegen-meta = "0.111.0"
cranelift-isle = "0.111.0"