node_red with mqtt broker

This commit is contained in:
Filipriec
2026-03-31 15:34:24 +02:00
parent 35d8730a4e
commit 6d483c328a
22 changed files with 2951 additions and 0 deletions

12
tcp/Cargo.lock generated
View File

@@ -26,6 +26,17 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "io-uring"
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdd7bddefd0a8833b88a4b68f90dae22c7450d11b354198baee3874fd811b344"
dependencies = [
"bitflags",
"cfg-if",
"libc",
]
[[package]]
name = "libc"
version = "0.2.183"
@@ -58,5 +69,6 @@ dependencies = [
name = "tcp"
version = "0.1.0"
dependencies = [
"io-uring",
"nix",
]