]> git.proxmox.com Git - proxmox.git/commit - proxmox-lang/Cargo.toml
add proxmox-lang crate
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 6 Oct 2021 08:38:15 +0000 (10:38 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 8 Oct 2021 13:22:17 +0000 (15:22 +0200)
commit91f59f9f5957f4dea8cb029bf925e270038dbeab
tree0a3cd0e9b19442c97d1918e3e635628a812ba3f5
parent9b6fe4aceb31bea25827cb0c5dbaec6b4fd30427
add proxmox-lang crate

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
12 files changed:
Cargo.toml
Makefile
proxmox-lang/Cargo.toml [new file with mode: 0644]
proxmox-lang/debian/changelog [new file with mode: 0644]
proxmox-lang/debian/control [new file with mode: 0644]
proxmox-lang/debian/copyright [new file with mode: 0644]
proxmox-lang/debian/debcargo.toml [new file with mode: 0644]
proxmox-lang/src/constnamedbitmap.rs [new file with mode: 0644]
proxmox-lang/src/lib.rs [new file with mode: 0644]
proxmox-lang/src/ops.rs [new file with mode: 0644]
proxmox/src/tools/constnamedbitmap.rs [deleted file]
proxmox/src/tools/mod.rs