summaryrefslogtreecommitdiffstats
path: root/src/auth.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-23 18:53:50 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-23 18:53:50 -0600
commit1ddf56ed6556b990a8c37267430e129098ba866b (patch)
tree11ca992edf646d718882510bc2f7531fe2f89853 /src/auth.rs
parentfix log arg on windows (diff)
make auth moduleiced
Diffstat (limited to 'src/auth.rs')
-rw-r--r--src/auth.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auth.rs b/src/auth.rs
new file mode 100644
index 0000000..a11c0de
--- /dev/null
+++ b/src/auth.rs
@@ -0,0 +1,3 @@
+struct AuthenticationDatabase {
+
+}