Move router to pile-dataset
Some checks failed
CI / Typos (push) Successful in 29s
CI / Clippy (push) Failing after 1m3s
CI / Build and test (push) Failing after 5m49s

This commit is contained in:
2026-03-10 17:43:25 -07:00
parent 614d3273f0
commit c2b80f8dbc
13 changed files with 296 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",
]