From 24b0576ffe2247ba53ce8e57d710ea2e6833f378 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 27 Jul 2026 17:23:26 -0400 Subject: [PATCH] Record fabro-template as a fabro-server dependency in Cargo.lock Missed in the previous commit. Co-Authored-By: Claude Opus 5 (1M context) --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index e71612fb2..a2acca97e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3028,6 +3028,7 @@ dependencies = [ "fabro-spa", "fabro-static", "fabro-store", + "fabro-template", "fabro-test", "fabro-tool", "fabro-types",