repolith-cache 0.0.7

Declarative orchestrator for Rust toolchains spread across multiple sibling git repositories.
Documentation
[package]
name = "repolith-cache"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true

[lints]
workspace = true

[dependencies]
repolith-core = { path = "../repolith-core", version = "0.0.7" }
async-trait = "0.1"
thiserror = "2.0"
rusqlite = { version = "0.31", features = ["bundled"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["rt", "macros"] }
hex = "0.4"

[dev-dependencies]
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }
tempfile = "3"