mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-03-01 06:53:10 -08:00
build(rosenpass): only enable rustix for experimental API
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
This commit is contained in:
@@ -60,7 +60,7 @@ hex-literal = { workspace = true, optional = true }
|
|||||||
hex = { workspace = true, optional = true }
|
hex = { workspace = true, optional = true }
|
||||||
heck = { workspace = true, optional = true }
|
heck = { workspace = true, optional = true }
|
||||||
command-fds = { workspace = true, optional = true }
|
command-fds = { workspace = true, optional = true }
|
||||||
rustix = { workspace = true }
|
rustix = { workspace = true, optional = true }
|
||||||
uds = { workspace = true, optional = true, features = ["mio_1xx"] }
|
uds = { workspace = true, optional = true, features = ["mio_1xx"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
@@ -83,6 +83,7 @@ experiment_api = [
|
|||||||
"hex-literal",
|
"hex-literal",
|
||||||
"uds",
|
"uds",
|
||||||
"command-fds",
|
"command-fds",
|
||||||
|
"rustix",
|
||||||
"rosenpass-util/experiment_file_descriptor_passing",
|
"rosenpass-util/experiment_file_descriptor_passing",
|
||||||
"rosenpass-wireguard-broker/experiment_api",
|
"rosenpass-wireguard-broker/experiment_api",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user