hive-sh4re: wire_time serde adaptor - timestamps as rfc3339 on the wire
This commit is contained in:
parent
e5e62ad2e6
commit
cf3ac49729
5 changed files with 181 additions and 5 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue