Move router to pile-dataset

This commit is contained in:
2026-03-10 17:43:25 -07:00
parent 614d3273f0
commit 899b47b169
13 changed files with 321 additions and 255 deletions

6
Cargo.lock generated
View File

@@ -2391,8 +2391,6 @@ dependencies = [
"tracing",
"tracing-indicatif",
"tracing-subscriber",
"utoipa",
"utoipa-swagger-ui",
]
[[package]]
@@ -2411,6 +2409,7 @@ version = "0.0.1"
dependencies = [
"async-trait",
"aws-sdk-s3",
"axum",
"blake3",
"chrono",
"epub",
@@ -2423,6 +2422,7 @@ dependencies = [
"pile-config",
"pile-flac",
"pile-toolbox",
"serde",
"serde_json",
"smartstring",
"tantivy",
@@ -2431,6 +2431,8 @@ dependencies = [
"tokio-stream",
"toml",
"tracing",
"utoipa",
"utoipa-swagger-ui",
"walkdir",
]