chore(API): Infrastructure to use endpoints with fd. passing

This commit is contained in:
Karolin Varner
2024-08-10 17:50:04 +02:00
parent d5a8c85abe
commit 7a31b57227
14 changed files with 505 additions and 92 deletions

11
Cargo.lock generated
View File

@@ -1828,6 +1828,7 @@ dependencies = [
"test_bin",
"thiserror",
"toml",
"uds",
"zerocopy",
"zeroize",
]
@@ -1923,6 +1924,7 @@ dependencies = [
"tempfile",
"thiserror",
"typenum",
"uds",
"zerocopy",
"zeroize",
]
@@ -2396,6 +2398,15 @@ version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "uds"
version = "0.4.2"
source = "git+https://github.com/rosenpass/uds#b47934fe52422e559f7278938875f9105f91c5a2"
dependencies = [
"libc",
"mio",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"