Add CLI args for broker address and port

This commit is contained in:
Ollo
2026-02-27 19:01:06 +01:00
parent 1771b8b0e2
commit 555c1d76c0
3 changed files with 22 additions and 3 deletions

View File

@@ -8,3 +8,4 @@ tokio = { version = "1", features = ["full"] }
rumqttc = "0.24"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4", features = ["derive"] }