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

2
Cargo.lock generated
View File

@@ -3248,11 +3248,13 @@ dependencies = [
name = "ingestion-pipeline" name = "ingestion-pipeline"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow",
"async-openai", "async-openai",
"async-trait", "async-trait",
"axum", "axum",
"axum_typed_multipart", "axum_typed_multipart",
"base64 0.22.1", "base64 0.22.1",
"bytes",
"chrono", "chrono",
"common", "common",
"composite-retrieval", "composite-retrieval",

View File

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