Add SSL support

This commit is contained in:
Aram 🍐 2021-07-31 07:00:46 -04:00
parent d78fd8c141
commit 64811b7421
15 changed files with 550 additions and 102 deletions

View file

@ -19,3 +19,4 @@ anyhow = "1"
[dependencies.nut-client]
version = "0.1.0"
path = "../nut-client"
features = ["ssl"]