proxmox-async: start new crate

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer
2021-11-19 16:03:09 +01:00
parent 45645d9aee
commit e1f0eb4aec
8 changed files with 342 additions and 0 deletions

View File

@ -0,0 +1,10 @@
rust-proxmox-async (0.1.0) stable; urgency=medium
* imported pbs-tools/src/blocking.rs
* imported pbs-runtime/src/lib.rs to runtime.rs
* initial release
-- root <root@elsa> Fri, 19 Nov 2021 15:43:44 +0100

View File

@ -0,0 +1,10 @@
overlay = "."
crate_src_path = ".."
maintainer = "Proxmox Support Team <support@proxmox.com>"
[source]
vcs_git = "git://git.proxmox.com/git/proxmox.git"
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
[packages.lib]
depends = [ "uuid-dev" ]