From 0753e0bcdd3d606f8f0226a3980bcd817117abaa Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 1 Nov 2023 00:00:00 +0000 Subject: feat(claim) create basic event replacable event with root-commit, name, description and relay tags --- src/sub_commands/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sub_commands/mod.rs') diff --git a/src/sub_commands/mod.rs b/src/sub_commands/mod.rs index 3c3da1d..6e99ca5 100644 --- a/src/sub_commands/mod.rs +++ b/src/sub_commands/mod.rs @@ -1,2 +1,3 @@ +pub mod claim; pub mod login; pub mod prs; -- cgit v1.2.3