Synchronously execute MQTT publish with block_on

This commit is contained in:
2025-04-25 19:38:59 +02:00
parent 5c2f2f60ad
commit ce7afca13c
2 changed files with 4 additions and 2 deletions

View File

@@ -27,3 +27,4 @@ async-trait = "0.1"
# Ini File parser
rust-ini = "0.21"
lazy_static = "1.4"
futures = "0.3"