[package]
name = "latch-cache"
version = "0.2.0"
edition = "2021"
description = "Prompt cache metadata planning and injection helpers for Latch"
license = "Apache-2.0"
repository = "https://github.com/EeroEternal/latch"
homepage = "https://github.com/EeroEternal/latch"
[dependencies]
latch-core = { version = "0.2.0", path = "../latch-core" }
serde = { version = "1.0", features = ["derive"] }