mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 12:55:32 +00:00
initial commit
This commit is contained in:
parent
90537ec233
commit
c160c30ee5
10 changed files with 2751 additions and 1 deletions
22
Cargo.toml
Normal file
22
Cargo.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[package]
|
||||
name = "ytd"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
description = "YouTube daemon for crawling and processing channels with pre-configured commands"
|
||||
keywords = ["youtube", "rss", "daemon", "crawler", "aggregator"]
|
||||
categories = ["command-line-utilities", "parsing", "value-formatting"]
|
||||
repository = "https://codeberg.org/YGGverse/ytd"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.102"
|
||||
chrono = "0.4.44"
|
||||
clap = { version = "4.6", features = ["derive"] }
|
||||
env_logger = "0.11.10"
|
||||
log = "0.4.29"
|
||||
rustypipe = "0.11.4"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
tokio = { version = "1.51.0", features = ["rt-multi-thread"] }
|
||||
toml = "1.1.2"
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue