]> git.proxmox.com Git - proxmox-perl-rs.git/commit - pve-rs/Cargo.toml
move proxmox_tfa_api module to proxmox-tfa as api feature
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Nov 2021 11:42:55 +0000 (12:42 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 17 Nov 2021 07:43:17 +0000 (08:43 +0100)
commit84417400ed6b14be73d1b03bc1f37b89acc3b80c
tree7354fea61e7ff005e475bd24ba08c5a47e8f78bf
parent7cb0164e4aabec301153923013fa8b2b3cda4245
move proxmox_tfa_api module to proxmox-tfa as api feature

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
pve-rs/Cargo.toml
pve-rs/src/tfa.rs [new file with mode: 0644]
pve-rs/src/tfa/mod.rs [deleted file]
pve-rs/src/tfa/proxmox_tfa_api/api.rs [deleted file]
pve-rs/src/tfa/proxmox_tfa_api/mod.rs [deleted file]
pve-rs/src/tfa/proxmox_tfa_api/recovery.rs [deleted file]
pve-rs/src/tfa/proxmox_tfa_api/serde_tools.rs [deleted file]
pve-rs/src/tfa/proxmox_tfa_api/u2f.rs [deleted file]
pve-rs/src/tfa/proxmox_tfa_api/webauthn.rs [deleted file]