1
0
forked from 409/chat-app

add timestamp to ChatMessage struct

This commit is contained in:
2025-06-07 14:11:33 +02:00
parent 19fd34b92c
commit 016940a45c
3 changed files with 10 additions and 1 deletions

View File

@@ -13,3 +13,4 @@ axum-valid = { path = "../axum-valid", features = ["basic", "typed_multipart", "
validify = "2.0.0"
axum_typed_multipart = "0.16.2"
serde_json = "1.0.140"
chrono = { version = "0.4.41", features = ["serde"] }