chore: Better error handling in link_create_and_up in rp

This commit is contained in:
Karolin Varner
2025-07-31 15:46:52 +02:00
parent 21ea526435
commit a85f9b8e63
3 changed files with 65 additions and 26 deletions

View File

@@ -17,6 +17,7 @@ serde = { workspace = true }
toml = { workspace = true }
x25519-dalek = { workspace = true, features = ["static_secrets"] }
zeroize = { workspace = true }
libc = { workspace = true }
rosenpass = { workspace = true }
rosenpass-ciphers = { workspace = true }