blob: 745e7a5e98d4992196f6bcf437bc5f7076316ec5 (
plain)
[package]
name = "engine"
version = "0.1.0"
authors = ["Mica White <botahamec@outlook.com>"]
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate_type = ["staticlib", "lib"]
[dependencies]
model = {path = "../model"}
byteorder = "1"
thiserror = "1"
parking_lot = "0.12"
arrayvec = "0.7"
mimalloc = "0.1.39"
[dev-dependencies]
criterion = "0.5"
|