diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-11-29 15:40:55 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-11-29 15:40:55 +0100 |
commit | 4e589cf53de08e3689ab5c62ca7efe90f4ac9f48 (patch) | |
tree | 4f5dec66ba2b17e71ce2211ad1613bdbbbabed22 /src/config.rs | |
parent | 423442a82838b87f032d1321ff0f886617c68053 (diff) |
Set audio folder
Diffstat (limited to 'src/config.rs')
-rw-r--r-- | src/config.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs index 763b852..11c46e8 100644 --- a/src/config.rs +++ b/src/config.rs @@ -22,6 +22,9 @@ pub struct Configuration { /// Token used for text-to-speach API pub unrealspeech_token: String, + + /// Audio folder path + pub audio_path: String, } impl Configuration { |