♻️: refactor bsky session

This commit is contained in:
VC
2024-10-07 11:55:20 +02:00
parent 89aec3e0ed
commit c0244c8c30
7 changed files with 89 additions and 79 deletions

View File

@@ -35,6 +35,7 @@ pub struct MastodonConfig {
pub struct BlueskyConfig {
pub handle: String,
pub password: String,
pub config_path: String,
}
/// parses TOML file into Config struct