feat: multicast in Rust
CI / format (push) Has been cancelled
CI / test (push) Has been cancelled
CI / packaging (push) Has been cancelled

This commit is contained in:
Tien Do Nam
2026-07-27 18:01:50 +02:00
parent 2a92f57f6c
commit 20f7849aa5
31 changed files with 2949 additions and 618 deletions
+11
View File
@@ -1111,6 +1111,16 @@ dependencies = [
"icu_properties",
]
[[package]]
name = "if-addrs"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0a05c691e1fae256cf7013d99dad472dc52d5543322761f83ec8d47eab40d2b"
dependencies = [
"libc",
"windows-sys 0.61.2",
]
[[package]]
name = "indexmap"
version = "2.13.0"
@@ -1247,6 +1257,7 @@ dependencies = [
"http-body-util",
"hyper",
"hyper-util",
"if-addrs",
"lru",
"pem",
"percent-encoding",