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