]> git.proxmox.com Git - proxmox.git/commit
move to proxmox-openid/
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 May 2023 07:20:44 +0000 (09:20 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 May 2023 07:20:44 +0000 (09:20 +0200)
commit88d1783a65ac93fc2b85439155170680c66dbaf2
tree77212c39b9d385d7f462afe1587ad254bf04e15c
parentecf59cbb74278ea0e9710466508158ed6a6828c4
move to proxmox-openid/

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
18 files changed:
.cargo/config [deleted file]
Cargo.toml [deleted file]
Makefile [deleted file]
debian/changelog [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/debcargo.toml [deleted file]
proxmox-openid/Cargo.toml [new file with mode: 0644]
proxmox-openid/debian/changelog [new file with mode: 0644]
proxmox-openid/debian/control [new file with mode: 0644]
proxmox-openid/debian/copyright [new file with mode: 0644]
proxmox-openid/debian/debcargo.toml [new file with mode: 0644]
proxmox-openid/src/auth_state.rs [new file with mode: 0644]
proxmox-openid/src/http_client.rs [new file with mode: 0644]
proxmox-openid/src/lib.rs [new file with mode: 0644]
src/auth_state.rs [deleted file]
src/http_client.rs [deleted file]
src/lib.rs [deleted file]