make it work

This commit is contained in:
0m.ax 2025-07-20 18:12:28 +02:00
parent e927202fc0
commit feab5967b2
5 changed files with 57 additions and 20 deletions

View file

@ -8,3 +8,4 @@ rumqttc = "0.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
clap = { version = "4.4", features = ["derive"] }
socket2 = "0.4.7"