ytatomlink/Cargo.toml

11 lines
226 B
TOML
Raw Permalink Normal View History

2025-01-06 17:33:06 +01:00
[package]
name = "ytatomlink"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
reqwest = { version = "0.12.12", features = ["blocking"] }
soup = "0.5.1"