chiark / gitweb /
Reorganise startup to pass in a config location.
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 11:26:32 +0000 (11:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 13:05:07 +0000 (13:05 +0000)
commit7e3b6a63126cf76c95c94c8961cc89ba12fb4e2b
tree9a82d36e6d77f71dd1b1dad57a0b00d7ab99dc50
parentca190da1a7f954fa799f1e96e39b7dd4c4bb147a
Reorganise startup to pass in a config location.

This begins to set up for specifying a non-default one on the command
line, which I'm going to need in order to start doing testing that
depends on a local test Mastodon instance.
src/auth.rs
src/client.rs
src/config.rs [new file with mode: 0644]
src/lib.rs
src/main.rs
src/tui.rs