controller: internal client support for TCP and TLS connections

This commit is contained in:
Alex Zenla
2024-03-05 19:36:44 -08:00
parent fd3cd6505e
commit da75a51c6e
4 changed files with 78 additions and 60 deletions

View File

@ -58,6 +58,7 @@ path-absolutize = "3.1.1"
tokio-tun = "0.11.2"
tokio-listener = "0.3.1"
trait-variant = "0.1.1"
tokio-native-tls = "0.3.1"
signal-hook = "0.3.17"
[workspace.dependencies.uuid]