Import existing code

This commit is contained in:
2025-07-08 15:12:49 +02:00
parent 4fc14c6f5e
commit 5734fafaa7
3 changed files with 1709 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "audiothek"
description = "ARD Audiothek query tool"
authors = [
"Henning Oschwald"
]
version = "0.2.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.40", features = ["cargo", "derive"] }
reqwest = { version = "0.12.20", features = ["blocking", "json"] }
serde_json = "1.0.140"