Incremental caching

This commit is contained in:
mdecimus
2025-04-09 09:56:54 +02:00
parent b9d93730c7
commit b396341240
121 changed files with 2247 additions and 2643 deletions

View File

@@ -69,6 +69,8 @@ num_cpus = "1.13.1"
hashify = "0.2"
rkyv = { version = "0.8.10", features = ["little_endian"] }
indexmap = "2.7.1"
tinyvec = "1.9.0"
compact_str = { version = "0.9.0", features = ["rkyv", "serde"] }
[target.'cfg(unix)'.dependencies]
privdrop = "0.5.3"