From 313e3788dfbdf2227313c983d44f6426dcc4d614 Mon Sep 17 00:00:00 2001 From: JesusPerez Date: Thu, 16 Sep 2021 22:36:31 +0100 Subject: [PATCH] chore: add montior files in structure --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 725e5f0..779969a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ clds = { version = "0.1.0", path = "../lib/clds" } ├── cmds.rs ├── defs.rs ├── lib.rs + ├── monitor + │   ├── defs.rs + │   └── utils.rs + ├── monitor.rs ├── pkgs.rs ├── providers │   ├── defs