2025-05-22 15:22:43 -07:00
|
|
|
[package]
|
|
|
|
|
name = "db"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-06-11 14:09:02 -07:00
|
|
|
async-trait.workspace = true
|
2025-06-16 15:54:20 -07:00
|
|
|
atproto = { workspace = true, features = ["sqlx-support"] }
|
2025-06-11 17:29:59 -07:00
|
|
|
sqlx.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
2025-06-11 14:09:02 -07:00
|
|
|
tokio.workspace = true
|