[package]
name = "quillcache-core"
version = "1.0.0-alpha.1"
edition = "2021"
description = "Core data model and cost model for QuillCache"
license = "MIT"
repository = "https://github.com/feichai0017/quillcache"
[dependencies]
serde = { workspace = true }
thiserror = { workspace = true }