]> git.proxmox.com Git - pve-rs.git/commit
initial commit, adding files for Debian packaging
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 11 Jun 2021 11:44:10 +0000 (13:44 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 22 Jun 2021 08:20:07 +0000 (10:20 +0200)
commit8de80f3dad07e4a328dd247021162055102fcd1a
tree11f2df6cedc12f7d1916da82dfea269e9e573fed
initial commit, adding files for Debian packaging

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
12 files changed:
.cargo/config [new file with mode: 0644]
.gitignore [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Makefile [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/triggers [new file with mode: 0644]
rustfmt.toml [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]