From 36832af7ad96fb0fdc233b01807a0a6d1cc085bc Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 9 Sep 2021 19:49:23 -0400 Subject: [PATCH] rename logcatcher to mincatcher Signed-off-by: Christine Dodrill --- cmd/{logcatcher => mincatcher}/Cargo.toml | 0 cmd/{logcatcher => mincatcher}/src/main.rs | 0 cmd/{logcatcher => mincatcher}/src/server/mod.rs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename cmd/{logcatcher => mincatcher}/Cargo.toml (100%) rename cmd/{logcatcher => mincatcher}/src/main.rs (100%) rename cmd/{logcatcher => mincatcher}/src/server/mod.rs (100%) diff --git a/cmd/logcatcher/Cargo.toml b/cmd/mincatcher/Cargo.toml similarity index 100% rename from cmd/logcatcher/Cargo.toml rename to cmd/mincatcher/Cargo.toml diff --git a/cmd/logcatcher/src/main.rs b/cmd/mincatcher/src/main.rs similarity index 100% rename from cmd/logcatcher/src/main.rs rename to cmd/mincatcher/src/main.rs diff --git a/cmd/logcatcher/src/server/mod.rs b/cmd/mincatcher/src/server/mod.rs similarity index 100% rename from cmd/logcatcher/src/server/mod.rs rename to cmd/mincatcher/src/server/mod.rs