[package] name = "binarrow-icicle-spike" version = "0.0.0" edition = "2024" publish = false license = "MIT OR Apache-2.0" [workspace] resolver = "2" [dependencies] icicle-cpu = { git = "https://github.com/icicle-emu/icicle-emu", rev = "6f53b6016e63ddcff80a105b8e5ad37caf7a6ed3" } icicle-vm = { git = "https://github.com/icicle-emu/icicle-emu", rev = "6f53b6016e63ddcff80a105b8e5ad37caf7a6ed3" } [lints.rust] unsafe_code = "forbid" [lints.clippy] all = { level = "warn", priority = -1 } pedantic = { level = "warn", priority = -1 }