mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 21:05:30 +00:00
initial commit
This commit is contained in:
parent
bb39b5b504
commit
8dcd80b9fe
6 changed files with 113 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ytd"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
|
@ -14,6 +14,7 @@ anyhow = "1.0.102"
|
|||
chrono = "0.4.44"
|
||||
clap = { version = "4.6", features = ["derive"] }
|
||||
env_logger = "0.11.10"
|
||||
invidious = "0.7.8"
|
||||
log = "0.4.29"
|
||||
redb = "4.0.0"
|
||||
regex = "1.12.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue