add docker + workflow
This commit is contained in:
parent
64215f5b70
commit
bb8a125ff1
4 changed files with 56 additions and 0 deletions
|
@ -7,6 +7,7 @@ mod youtube;
|
|||
use config::GlobalConfig;
|
||||
|
||||
// todo : migrate to async code?
|
||||
// todo : better log options
|
||||
|
||||
pub fn ensure_dir_exists(dir_path: &PathBuf) {
|
||||
let path = std::path::Path::new(dir_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue