Files
minne/Cargo.toml
Per Stark 69d23abd83 refactor: better separation of dependencies to crates
node stuff to html crate only
2025-04-04 12:50:38 +02:00

23 lines
486 B
TOML

[workspace]
members = [
"main",
"common",
"api-router",
"html-router",
"ingestion-pipeline",
"composite-retrieval"
]
resolver = "2"
[workspace.dependencies]
tokio = { version = "1.40.0", features = ["full"] }
serde = { version = "1.0.210", features = ["derive"] }
axum = { version = "0.7.5", features = ["multipart", "macros"] }
serde_json = "1.0.128"
thiserror = "1.0.63"
anyhow = "1.0.94"
tracing = "0.1.40"
surrealdb = "2.0.4"
futures = "0.3.31"
async-openai = "0.24.1"