[package]
name = "slop-alloc"
description = "Memory allocation backend abstraction for SLOP"
readme = "README.md"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
[dependencies]
slop-algebra = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true }
[lints]
workspace = true