weareone-xmltv/Cargo.toml

20 lines
550 B
TOML
Raw Permalink Normal View History

2023-07-20 02:29:41 +02:00
[package]
name = "weareone-xmltv"
2023-07-20 06:45:32 +02:00
description = "An XMLTV grabber for WeAreOne.FM internet radio stations."
2023-07-20 02:29:41 +02:00
version = "0.1.0"
2023-07-20 06:45:32 +02:00
authors = ["Martin Wurm <cargo-weareone-xmltv@mart-w.de>"]
readme = "README.md"
repository = "https://codeberg.org/mart-w/weareone-xmltv"
license = "LGPL-3.0"
keywords = ["xmltv", "grabber", "scraper", "weareone", "technobase"]
categories = ["command-line-utilities", "api-bindings"]
2023-07-20 02:29:41 +02:00
edition = "2021"
2023-07-20 06:45:32 +02:00
[[bin]]
name = "tv_grab_de_weareone"
path = "src/main.rs"
2023-07-20 02:29:41 +02:00
[dependencies]
2023-07-20 06:45:32 +02:00
clap = {version = "4", features = ["derive"] }