mirror of
https://github.com/perstarkse/minne.git
synced 2026-01-11 20:50:24 +01:00
fix: added cargo lock to crane build
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user