Files
leaf/assembly/Cargo.toml
T

15 lines
364 B
TOML

[package]
name = "leaf_assembly"
version = "0.1.0"
edition = "2024"
[dependencies]
bitflags = "2.10.0"
boxcar = "0.2.14"
derive_more = { version = "2.0.1", features = ["deref", "deref_mut", "debug", "display", "try_from", "from", "try_into", "into"] }
half = "2.7.1"
scc = "3.3.7"
leaf_allocators = { path = "../allocators" }
fxhash = "0.2.1"
indexmap = "2.13.0"