configuration · TOML

Ledger hash chain: makes an interior edit detectable. Already pinned at the

crates/vak-session/Cargo.toml
Raw
594 B24 linesSnapshot ed4ab258
  1. 1[package]
  2. 2name = "vak-session"
  3. 3version.workspace = true
  4. 4edition.workspace = true
  5. 5license.workspace = true
  6. 6
  7. 7[dependencies]
  8. 8chrono = { workspace = true }
  9. 9serde = { workspace = true }
  10. 10serde_json = { workspace = true }
  11. 11# Ledger hash chain: makes an interior edit detectable. Already pinned at the
  12. 12# workspace level for release-artifact integrity; no new dependency.
  13. 13sha2 = { workspace = true }
  14. 14thiserror = { workspace = true }
  15. 15uuid = { workspace = true }
  16. 16vak-intent = { workspace = true }
  17. 17vak-llm = { workspace = true }
  18. 18
  19. 19[dev-dependencies]
  20. 20tempfile = { workspace = true }
  21. 21
  22. 22[lints]
  23. 23workspace = true
  24. 24