refactor (v2): better arch
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
22
crates/wiring/Cargo.toml
Normal file
22
crates/wiring/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "wiring"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
# domain + application
|
||||
domain = { workspace = true }
|
||||
application = { workspace = true }
|
||||
|
||||
# adapters
|
||||
sqlite = { workspace = true }
|
||||
auth = { workspace = true }
|
||||
event-publisher-memory = { workspace = true }
|
||||
nats = { workspace = true }
|
||||
fastembed-adapter = { workspace = true }
|
||||
qdrant-adapter = { workspace = true }
|
||||
|
||||
# utilities
|
||||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
Reference in New Issue
Block a user