forked from AbleOS/holey-bytes
23 lines
394 B
TOML
23 lines
394 B
TOML
|
[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"
|