diff options
| author | 2025-01-28 21:23:07 -0600 | |
|---|---|---|
| committer | 2025-01-28 21:23:07 -0600 | |
| commit | dc3917b05018cb32e2451d9eaed242036c5e7512 (patch) | |
| tree | f697a64acf2eb5d7d2419d9ca3b97be05f9067ee /src/lib.rs | |
| parent | interactive auth testing (diff) | |
wip: auth
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ mod util; pub mod version; pub mod assets; pub mod launcher; -mod auth; +pub mod auth; // temporarily public |
