First functional version

This commit is contained in:
VC
2023-09-29 18:10:10 +02:00
parent 2a3ebf6fe4
commit e664853728
8 changed files with 304 additions and 5 deletions

View File

@@ -16,7 +16,9 @@ pub struct PeertubeConfig {
#[derive(Debug, Deserialize)]
pub struct YoutubeConfig {
pub api_key: String,
pub refresh_token: String,
pub client_id: String,
pub client_secret: String,
}
/// Parses the TOML file into a Config struct