perf: feature-gate smart deps, drop ONNX/qdrant from backend binary
wiring `smart` feature gates fastembed+qdrant; bootstrap no longer links ONNX Runtime (~300 MiB RSS savings). prod compose stripped to backend-only (no worker/qdrant).
This commit is contained in:
@@ -10,7 +10,7 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
domain = { workspace = true }
|
||||
application = { workspace = true }
|
||||
wiring = { workspace = true }
|
||||
wiring = { workspace = true, features = ["smart"] }
|
||||
async-trait = { workspace = true }
|
||||
dotenvy = "0.15"
|
||||
tokio = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user