mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
chore(API): Infrastructure to use endpoints with fd. passing
This commit is contained in:
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user