From 0e4f4c6fefffff66b886bbe62f53766e23c80a3b Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Thu, 9 Oct 2025 14:38:31 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(cli):=20move=20ma?= =?UTF-8?q?in.rs=20to=20cli=20folder=20=20=20-=20move=20main.rs=20to=20cli?= =?UTF-8?q?=20folder=20for=20better=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/{ => cli}/main.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{ => cli}/main.rs (100%) diff --git a/src/main.rs b/src/cli/main.rs similarity index 100% rename from src/main.rs rename to src/cli/main.rs