mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
common: add sha2, dashmap, tokio runtime dependencies for retry module
Signed-off-by: Troy Mitchell <i@troy-y.org>
This commit is contained in:
parent
18dbbd25f7
commit
6853e4d88f
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ urlencoding = "2.1.3"
|
|||
url = "2.5.4"
|
||||
hermesllm = { version = "0.1.0", path = "../hermesllm" }
|
||||
serde_with = "3.13.0"
|
||||
sha2 = "0.10"
|
||||
dashmap = "6"
|
||||
tokio = { version = "1.44", features = ["sync", "time"] }
|
||||
hyper = "1.0"
|
||||
bytes = "1.0"
|
||||
http-body-util = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue