allow setting tasmota credentials

This commit is contained in:
Robin Appelman 2022-07-24 22:34:48 +02:00
commit 3f583617b4
4 changed files with 61 additions and 5 deletions

1
Cargo.lock generated
View file

@ -1124,6 +1124,7 @@ name = "tasproxy"
version = "0.1.0"
dependencies = [
"async-stream",
"base64",
"color-eyre",
"dashmap",
"dotenv",