rp: Add exchange-config command

This is similar to `rosenpass exchange`/`rosenpass exchange-config`.
It's however slightly different to the configuration file models the `rp
exchange` command line.
This commit is contained in:
Jacek Galowicz
2024-11-14 14:09:23 +00:00
committed by Paul Spooren
parent 022cdc4ffa
commit cd7558594f
5 changed files with 36 additions and 4 deletions

View File

@@ -12,6 +12,8 @@ repository = "https://github.com/rosenpass/rosenpass"
[dependencies]
anyhow = { workspace = true }
base64ct = { workspace = true }
serde = { workspace = true }
toml = { workspace = true }
x25519-dalek = { version = "2", features = ["static_secrets"] }
zeroize = { workspace = true }