From 3e71ed31b8f91096e539c8dc2a3849e1384881ba Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Tue, 4 Nov 2025 10:58:47 -0500 Subject: [PATCH] tsk-207: Moving file around --- src/{auth.rs => auth/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{auth.rs => auth/mod.rs} (100%) diff --git a/src/auth.rs b/src/auth/mod.rs similarity index 100% rename from src/auth.rs rename to src/auth/mod.rs