hive-sh4re: wire_time serde adaptor - timestamps as rfc3339 on the wire

This commit is contained in:
damocles 2026-07-02 21:11:00 +02:00 committed by mara
commit cf3ac49729
5 changed files with 181 additions and 5 deletions

2
Cargo.lock generated
View file

@ -1439,8 +1439,10 @@ dependencies = [
name = "hive-sh4re"
version = "0.1.0"
dependencies = [
"chrono",
"schemars",
"serde",
"serde_json",
]
[[package]]