]> git.proxmox.com Git - proxmox.git/commit
proxmox-async: start new crate
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Nov 2021 15:03:09 +0000 (16:03 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Nov 2021 15:42:11 +0000 (16:42 +0100)
commite1f0eb4aec47406cb61472e3fe40329425dd31cf
tree20fc4c7f59d04313d50b85c75d2a86361f6877d9
parent45645d9aee5817ef83f4b0902ab7bec9ecc8e39f
proxmox-async: start new crate

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
Cargo.toml
Makefile
proxmox-async/Cargo.toml [new file with mode: 0644]
proxmox-async/debian/changelog [new file with mode: 0644]
proxmox-async/debian/debcargo.toml [new file with mode: 0644]
proxmox-async/src/blocking.rs [new file with mode: 0644]
proxmox-async/src/lib.rs [new file with mode: 0644]
proxmox-async/src/runtime.rs [new file with mode: 0644]