Add pile serve

This commit is contained in:
2026-03-10 16:26:10 -07:00
parent 5445872ad1
commit 350f3e3dc9
8 changed files with 516 additions and 5 deletions

View File

@@ -68,8 +68,20 @@ pile-config = { path = "crates/pile-config" }
pile-flac = { path = "crates/pile-flac" }
pile-dataset = { path = "crates/pile-dataset" }
# Clients
# Clients & servers
tantivy = "0.25.0"
axum = { version = "0.8.8", features = ["macros", "multipart"] }
utoipa = { version = "5.4.0", features = [
"axum_extras",
"chrono",
"url",
"uuid",
] }
utoipa-swagger-ui = { version = "9.0.2", features = [
"axum",
"debug-embed",
"vendored",
] }
# Async & Parallelism
tokio = { version = "1.49.0", features = ["full"] }