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.eb...@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


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to