From dd403b17e7c74db9443d0891a9de1f0f0f9f89eb Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 4 Dec 2025 18:43:49 +0000 Subject: 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 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 911f5e7..d1650e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,6 +61,7 @@ tokio-test = "0.4" grasp-audit = { path = "grasp-audit" } url = "2.5" tempfile = "3" +reqwest = "0.12" [lib] name = "ngit_grasp" -- cgit v1.2.3