buli 0.1.1

Show Bundesliga results on the command line.
[dependencies.clap]
features = ["derive"]
version = "4.0.18"

[dependencies.serde]
features = ["derive"]
version = "1.0.147"

[dependencies.serde_json]
version = "1.0.87"

[dependencies.ureq]
features = ["json"]
version = "2.5.0"

[package]
categories = ["command-line-utilities"]
description = "Show Bundesliga results on the command line."
documentation = "https://docs.rs/buli"
edition = "2021"
homepage = "https://github.com/dernatsch/buli"
license = "Apache-2.0"
name = "buli"
readme = "README.md"
repository = "https://github.com/dernatsch/buli"
resolver = "2"
version = "0.1.1"