From 949c6459aa7683453a7160423b689ceadb08954b Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 4 Sep 2024 08:04:48 +0100 Subject: refactor: organise into lib and bin structure the make the code more readable this commit just moves the files, the next commit should fix the imports --- src/key_handling/mod.rs | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/key_handling/mod.rs (limited to 'src/key_handling/mod.rs') diff --git a/src/key_handling/mod.rs b/src/key_handling/mod.rs deleted file mode 100644 index 81c4253..0000000 --- a/src/key_handling/mod.rs +++ /dev/null @@ -1 +0,0 @@ -pub mod encryption; -- cgit v1.2.3