diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-04 18:43:49 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-04 18:43:49 +0000 |
| commit | dd403b17e7c74db9443d0891a9de1f0f0f9f89eb (patch) | |
| tree | 177dd9f664dde3565492c1d11016dabfeda28bbc /Cargo.toml | |
| parent | 950c2e4e68448d2abcad90a31bfffaca6d7bc47e (diff) | |
feat(sync): Phase 6 - observability and production readiness
- Add SyncMetrics with full Prometheus integration
- Track sync gaps via catchup events
- Update Grafana dashboard with sync panels
- Document all sync configuration options
- Update design doc with implementation notes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -61,6 +61,7 @@ tokio-test = "0.4" | |||
| 61 | grasp-audit = { path = "grasp-audit" } | 61 | grasp-audit = { path = "grasp-audit" } |
| 62 | url = "2.5" | 62 | url = "2.5" |
| 63 | tempfile = "3" | 63 | tempfile = "3" |
| 64 | reqwest = "0.12" | ||
| 64 | 65 | ||
| 65 | [lib] | 66 | [lib] |
| 66 | name = "ngit_grasp" | 67 | name = "ngit_grasp" |