fix: added cargo lock to crane build

This commit is contained in:
Per Stark
2025-11-04 12:59:32 +01:00
parent 112a6965a4
commit 13b7ad6f3a
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
src = ./.;
filter = let
extraPaths = [
(toString ./Cargo.lock)
(toString ./common/migrations)
(toString ./common/schemas)
(toString ./html-router/templates)