aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/zot/command.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-10-30 20:23:56 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-10-30 20:23:56 +0100
commit0f32f1d37c95818bc4ced69f09befe9320026611 (patch)
tree4cabd6fdfafff2aa245ed52a2adbcd824a9ed50f /src/bin/zot/command.rs
parent7daf82cb395e3612736eebae3fe699dae6d790b1 (diff)
downloadrust-zotapi-0f32f1d37c95818bc4ced69f09befe9320026611.tar.gz
rust-zotapi-0f32f1d37c95818bc4ced69f09befe9320026611.tar.bz2
rust-zotapi-0f32f1d37c95818bc4ced69f09befe9320026611.zip
Add command module and move implementations to it.
Diffstat (limited to 'src/bin/zot/command.rs')
-rw-r--r--src/bin/zot/command.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/bin/zot/command.rs b/src/bin/zot/command.rs
new file mode 100644
index 0000000..6d85ed2
--- /dev/null
+++ b/src/bin/zot/command.rs
@@ -0,0 +1,11 @@
+/*
+ * SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri
+ * SPDX-FileCopyrightText: 2024 Harald Eilertsen
+ *
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
+pub mod channel;
+pub mod contact;
+pub mod verify;
+pub mod version;