quillcache-core 1.0.0-alpha.1

Core data model and cost model for QuillCache
Documentation
1
2
3
4
5
6
7
8
9
10
11
[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 }