[pbs-devel] [RFC v5 pve-rs 16/23] add perlmod crate with initial APT module
Fabian Ebner
f.ebner at proxmox.com
Mon May 31 15:17:08 CEST 2021
Am 31.05.21 um 14:55 schrieb Wolfgang Bumiller:
> 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 ;-)
>
I called it perlmod, because that's what was suggested in the (outdated)
README. Should it even be a sub-crate then, or organized like pmg-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 pbs-devel
mailing list