mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-21 00:49:54 +01:00
21 lines
523 B
TOML
21 lines
523 B
TOML
[package]
|
|
name = "composite-retrieval"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
[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 }
|
|
uuid = { workspace = true }
|
|
|
|
common = { path = "../common", features = ["test-utils"] }
|