Import existing code
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user