From bcff6540a98056c4b1f90e0efd784eb2b41f347f Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 13 Sep 2022 15:23:57 +0200 Subject: Add avatar field --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0cf6a32..1bca769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ http-body = "0.4.3" jsonwebtoken = "8.1" once_cell = "1.13" serde = { version = "1.0", features = ["derive"] } +serde_with = "2.0.1" serde_json = "1.0" tokio = { version = "1.20", features = ["full"] } tracing = "0.1" -- cgit v1.2.3-71-g8e6c