Auth Paths fixed
OUTLINE of calls Rho: Iota & Clients. Works Correct File handeling TODO: Omega Connection
This commit is contained in:
parent
044eeb67a6
commit
ba81f3651e
18 changed files with 488 additions and 477 deletions
|
|
@ -5,7 +5,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
tokio-tungstenite = "*"
|
||||
tokio-tungstenite = { version = "*" }
|
||||
tokio-util = { version = "*", features = ["full"] }
|
||||
hyper = { version = "*", features = ["full"] }
|
||||
futures-util = "*"
|
||||
|
|
@ -41,3 +41,4 @@ dashmap = "*"
|
|||
warp = { version = "*" }
|
||||
chrono = "*"
|
||||
tokio-stream = "*"
|
||||
loom = "0.7.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue