diff options
Diffstat (limited to 'src/bin/zot/command/contact.rs')
-rw-r--r-- | src/bin/zot/command/contact.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bin/zot/command/contact.rs b/src/bin/zot/command/contact.rs new file mode 100644 index 0000000..5db992d --- /dev/null +++ b/src/bin/zot/command/contact.rs @@ -0,0 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri + * SPDX-FileCopyrightText: 2024 Harald Eilertsen + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + +pub mod list; |