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

2
Cargo.lock generated
View File

@@ -336,6 +336,7 @@ dependencies = [
"axum",
"axum-valid",
"axum_typed_multipart",
"chrono",
"futures-util",
"serde",
"serde_json",
@@ -353,6 +354,7 @@ dependencies = [
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-link",
]