From 3c1aa4909ef7306a82eec253f30c1d90eabe162c Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 6 Jun 2024 05:13:54 +0200 Subject: [PATCH] feat: postgres driver --- upub/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upub/core/Cargo.toml b/upub/core/Cargo.toml index 60f9f0f..f369062 100644 --- a/upub/core/Cargo.toml +++ b/upub/core/Cargo.toml @@ -30,7 +30,7 @@ httpsign = { path = "../../utils/httpsign/" } jrd = "0.1" tracing = "0.1" tokio = { version = "1.35", features = ["full"] } # TODO slim this down -sea-orm = { version = "0.12", features = ["macros", "sqlx-sqlite", "runtime-tokio-rustls"] } +sea-orm = { version = "0.12", features = ["macros", "sqlx-sqlite", "sqlx-postgres", "runtime-tokio-rustls"] } reqwest = { version = "0.12", features = ["json"] } apb = { path = "../../apb", features = ["unstructured", "orm", "activitypub-fe", "activitypub-counters", "litepub", "ostatus", "toot"] } # nodeinfo = "0.0.2" # the version on crates.io doesn't re-export necessary types to build the struct!!!