initial commit
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
[package]
|
||||
name = "minimal-youtube"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.82"
|
||||
async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
|
||||
chrono = "0.4.37"
|
||||
clap = { version = "4.6.7", features = ["derive"] }
|
||||
cookie = "0.18.1"
|
||||
feed-rs = "1.4.0"
|
||||
futures = "0.3.30"
|
||||
handlebars = "5.1.2"
|
||||
html-escape = "0.2.13"
|
||||
minify-html = "0.15.0"
|
||||
openssl = { version = "0.10.66" }
|
||||
regex = "1.10.4"
|
||||
reqwest = "0.12.3"
|
||||
rss = "2.0.7"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_qs = "0.13.0"
|
||||
tide = "0.16.0"
|
||||
time = { version = "0.2.11", features = ["std"] }
|
||||
urlencoding = "2.1.3"
|
||||
Reference in New Issue
Block a user