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

View file

@ -28,6 +28,7 @@ libc = "0.2"
axum = { version = "0.8", features = ["ws"] }
base64 = "0.22"
bcrypt = "0.19"
chrono = { version = "0.4", default-features = false, features = ["std"] }
clap = { version = "4", features = ["derive"] }
clap_complete = "4"
hive-sh4re = { path = "hive-sh4re" }