mirror of
https://framagit.org/veretcle/tootube.git
synced 2025-07-21 13:24:19 +02:00
First functional version
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user