Added additional debug prints
Some checks are pending
Rust / build (push) Waiting to run

This commit is contained in:
Rayhaan Jaufeerally
2024-08-18 08:53:43 +00:00
parent 9b44ab782d
commit a47c1271aa
6 changed files with 60 additions and 3 deletions

View File

@ -30,6 +30,7 @@ tokio-stream = "0.1.14"
tokio-util = { version = "0.7.10", features = ["codec"] }
tokio.workspace = true
tonic.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
warp.workspace = true