Use config file to store sessions

This commit is contained in:
bytedream 2023-07-13 13:51:02 +02:00
parent 9ad27102fc
commit 850aa7a969
8 changed files with 177 additions and 47 deletions

View file

@ -1,4 +1,5 @@
pub mod clap;
pub mod config;
pub mod context;
pub mod download;
pub mod ffmpeg;