2025-05-22 15:22:43 -07:00
|
|
|
[workspace]
|
|
|
|
|
resolver = "3"
|
2025-07-02 10:36:30 -07:00
|
|
|
members = [ "api", "atproto", "entryway", "db", "router", "ingestor" ]
|
2025-04-17 16:08:14 -07:00
|
|
|
|
2025-05-22 15:22:43 -07:00
|
|
|
[workspace.dependencies]
|
2025-06-11 14:09:02 -07:00
|
|
|
async-trait = "0.1.88"
|
2025-05-22 15:22:43 -07:00
|
|
|
atproto = { path = "./atproto" }
|
2025-07-02 10:36:30 -07:00
|
|
|
db = { path = "./db" }
|
|
|
|
|
router = { path = "./router" }
|
2025-07-02 10:47:26 -07:00
|
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
2025-04-18 19:10:17 -07:00
|
|
|
serde_json = "1.0.140"
|
2025-06-16 15:54:20 -07:00
|
|
|
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] }
|
2025-06-16 15:29:27 -07:00
|
|
|
thiserror = "2.0.12"
|
2025-05-22 15:22:43 -07:00
|
|
|
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"] }
|
2025-05-14 18:22:49 -07:00
|
|
|
tracing = "0.1.41"
|
|
|
|
|
tracing-subscriber = "0.3.19"
|