Private
Public Access
1
0

kpcli: client: adds printing of conversations

This commit is contained in:
2024-11-10 19:40:39 -08:00
parent 6b9f528cbf
commit 0e8b8f339a
9 changed files with 492 additions and 59 deletions

View File

@@ -10,10 +10,10 @@ async-trait = "0.1.80"
base64 = "0.22.1"
chrono = "0.4.38"
ctor = "0.2.8"
env_logger = "0.11.5"
hyper = { version = "0.14", features = ["full"] }
hyper-tls = "0.5.0"
log = { version = "0.4.21", features = [] }
pretty_env_logger = "0.5.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_plain = "1.0.2"