]> git.proxmox.com Git - proxmox-backup.git/commit
api-types: move RsaPubKeyInfo to pbs-client
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 12 Jan 2022 13:52:09 +0000 (14:52 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 Jan 2022 14:42:58 +0000 (15:42 +0100)
commite2e587e3c784f1d493b2cca21e4eee7dc304959f
tree1e2b04a347865493023f25f3d4ed33d32b05ff1e
parentc10a6755f044e5efa6dbeab59eeff73733d5ee46
api-types: move RsaPubKeyInfo to pbs-client

it's the only thing requiring openssl in pbs-api-types, and it's only
used by the client to pretty-print the 'master' key, which is
client-specific.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
pbs-api-types/Cargo.toml
pbs-api-types/src/lib.rs
proxmox-backup-client/src/key.rs