From d9a4fcd939974299322586c0beed1de7505d8d3d Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 22 Jun 2023 20:18:59 +0300 Subject: kittybox-util: Derive sqlx::FromRow on MicropubChannel --- kittybox-rs/util/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kittybox-rs/util/Cargo.toml') diff --git a/kittybox-rs/util/Cargo.toml b/kittybox-rs/util/Cargo.toml index f36b6d8..b0b725c 100644 --- a/kittybox-rs/util/Cargo.toml +++ b/kittybox-rs/util/Cargo.toml @@ -20,3 +20,7 @@ optional = true version = "^1.16.1" features = ["tracing"] optional = true +[dependencies.sqlx] +version = "0.6" +features = ["json"] +optional = true \ No newline at end of file -- cgit 1.4.1