[pve-devel] [pbs-devel] [RFC v5 pve-rs 16/23] add perlmod crate with initial APT module
Wolfgang Bumiller
w.bumiller at proxmox.com
Mon May 31 14:55:32 CEST 2021
Please don't use 'perlmod' as the name of a crate which also depends on
a different 'perlmod' crate, that won't be fun for long.
Call it pve-rs ;-)
On Fri, May 28, 2021 at 04:29:55PM +0200, Fabian Ebner wrote:
> and disable diskmanage for now, whose Cargo.toml references local paths.
>
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
>
> New in v5.
>
> Cargo.toml | 3 +-
> perlmod/Cargo.toml | 17 ++++++++++
> perlmod/src/apt/mod.rs | 1 +
> perlmod/src/apt/repositories.rs | 55 +++++++++++++++++++++++++++++++++
> perlmod/src/lib.rs | 1 +
> 5 files changed, 76 insertions(+), 1 deletion(-)
> create mode 100644 perlmod/Cargo.toml
> create mode 100644 perlmod/src/apt/mod.rs
> create mode 100644 perlmod/src/apt/repositories.rs
> create mode 100644 perlmod/src/lib.rs
More information about the pve-devel
mailing list