From e8c799cb65f58c1e9a4b2809489ef3b5760638d8 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 9 Sep 2022 11:31:25 +0200 Subject: Serialize author' info for models --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index e711a7c..5804124 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1354,6 +1354,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", + "serde_json", "sha2 0.10.2", "sqlx-core", "sqlx-rt", -- cgit v1.2.3-71-g8e6c