mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-20 06:37:39 +02:00
wip: heavy refactoring html routers
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "composite-retrieval"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
# Workspace dependencies
|
||||
tokio = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
axum = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
surrealdb = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
async-openai = { workspace = true }
|
||||
|
||||
common = { path = "../common" }
|
||||
Reference in New Issue
Block a user