chiark / gitweb /
Move auth file handling out into a module.
authorSimon Tatham <anakin@pobox.com>
Sat, 23 Dec 2023 12:14:50 +0000 (12:14 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 23 Dec 2023 12:14:50 +0000 (12:14 +0000)
commit31a198e89ce15d9687fb3a63d0c4bf27a36ee1a1
treebad76cde00fd661a6717dc3f69377becf77a004a
parentac43b1ac470234f925f866cd3b2e97f49366d04b
Move auth file handling out into a module.

It ought to be fallible, though.
src/auth.rs [new file with mode: 0644]
src/lib.rs
src/main.rs