From d7082b037dc088a8e15405b49a981657be8e2910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 19 Aug 2022 14:20:02 +0200 Subject: [PATCH] make: add proxmox-metrics to crate list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f00d9c2e..19969494 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ CRATES = \ proxmox-http \ proxmox-io \ proxmox-lang \ + proxmox-metrics \ proxmox-router \ proxmox-schema \ proxmox-serde \