upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-30 14:14:59 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-30 15:24:29 +0100
commit0848d57c7654d09c3041022c231dfbbbfac17600 (patch)
tree7e1ee05dbc74ec5bbb2ee7a633e211c4fea9f8e8 /src/main.rs
parent6f64c35e57789d5731a51b46eb98a46803f072f4 (diff)
refactor: add struct `RepoState`
to more easily access state details
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index add26f1..e833e4a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -14,6 +14,7 @@ mod git;
14mod key_handling; 14mod key_handling;
15mod login; 15mod login;
16mod repo_ref; 16mod repo_ref;
17mod repo_state;
17mod sub_commands; 18mod sub_commands;
18 19
19#[tokio::main] 20#[tokio::main]