feat: async upload of medias

This commit is contained in:
VC
2023-11-15 14:32:23 +01:00
parent 00ba8bda42
commit b73d6340c9
5 changed files with 90 additions and 50 deletions

View File

@@ -8,7 +8,7 @@ pub struct Config {
pub twitter: TwitterConfig,
}
#[derive(Debug, Deserialize)]
#[derive(Debug, Deserialize, Clone)]
pub struct TwitterConfig {
pub consumer_key: String,
pub consumer_secret: String,