created cli crate

This commit is contained in:
ThetaDev 2022-08-07 15:53:02 +02:00
parent beb1177a11
commit a3f6dc3e93
7 changed files with 1680 additions and 26 deletions

View file

@ -15,8 +15,8 @@ struct QPlaylist {
#[derive(Clone, Debug)]
pub struct TmpEntry {
title: String,
video_id: String,
pub title: String,
pub video_id: String,
}
impl RustyTube {