appview/db/Cargo.toml
Julia Lange aadea9757b
Db, first commit of work
This also touches atproto/src/lib.rs which may be a problem for the
rebase~

Adds migrations and all the other stuff.
2025-06-17 15:13:53 -07:00

11 lines
242 B
TOML

[package]
name = "db"
version = "0.1.0"
edition = "2024"
[dependencies]
thiserror = "2.0.12"
atproto.workspace = true
async-trait.workspace = true
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] }
tokio.workspace = true