proxmox-async: start new crate
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
10
proxmox-async/debian/changelog
Normal file
10
proxmox-async/debian/changelog
Normal 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
|
||||
|
10
proxmox-async/debian/debcargo.toml
Normal file
10
proxmox-async/debian/debcargo.toml
Normal 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" ]
|
Reference in New Issue
Block a user