controller: implement support for dialing urls for transport

This commit is contained in:
Alex Zenla
2024-03-05 20:47:53 -08:00
parent e5f5f9493c
commit 31cf3044a4
5 changed files with 47 additions and 6 deletions

View File

@ -16,6 +16,7 @@ clap = { workspace = true }
tokio = { workspace = true }
tokio-stream = { workspace = true }
tokio-native-tls = { workspace = true }
url = { workspace = true }
[dependencies.krata]
path = "../shared"