summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-13 13:23:57 +0000
committerSanto Cariotti <santo@dcariotti.me>2022-09-13 13:23:57 +0000
commitbcff6540a98056c4b1f90e0efd784eb2b41f347f (patch)
tree1c851ee3679e8c5fb958866619dac943079009b1 /Cargo.toml
parent412494edf618b8eda71656855656f9b8b21c3eae (diff)
Add avatar field
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"