forked from AbleOS/holey-bytes
22 lines
618 B
TOML
22 lines
618 B
TOML
[package]
|
|
name = "hbcb"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cranelift-codegen = { git = "https://github.com/jakubDoka/wasmtime.git", default-features = false, features = ["std"] }
|
|
cranelift-control = { git = "https://github.com/jakubDoka/wasmtime.git", default-features = false }
|
|
log = "0.4.22"
|
|
regalloc2 = "0.10.2"
|
|
smallvec = "1.13.2"
|
|
target-lexicon = "0.12.16"
|
|
|
|
[features]
|
|
default = ["isle-errors"]
|
|
unwind = []
|
|
isle-errors = []
|
|
|
|
[build-dependencies]
|
|
cranelift-codegen-meta = { git = "https://github.com/jakubDoka/wasmtime.git" }
|
|
cranelift-isle = { git = "https://github.com/jakubDoka/wasmtime.git" }
|