From 11e64fc7560de3cd0def718edf68c31e3dc8be72 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Wed, 4 Sep 2024 15:08:55 +0200 Subject: move stuff around, remove lib.rs for overview --- src/commands.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/commands.rs (limited to 'src/commands.rs') diff --git a/src/commands.rs b/src/commands.rs new file mode 100644 index 0000000..a9d2c2c --- /dev/null +++ b/src/commands.rs @@ -0,0 +1,5 @@ +pub mod download; +pub mod io; +pub mod list; +pub mod modification; +pub mod update; -- cgit v1.2.3