feat(cli): add getting youtube data
This commit is contained in:
parent
630ea5960f
commit
aaa24bcc50
2 changed files with 315 additions and 73 deletions
|
|
@ -17,3 +17,6 @@ futures = "0.3.21"
|
|||
anyhow = "1.0"
|
||||
clap = { version = "4.0.29", features = ["derive"] }
|
||||
env_logger = "0.10.0"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0.82"
|
||||
serde_yaml = "0.9.19"
|
||||
|
|
|
|||
Reference in a new issue