gitcal 0.1.2

A CLI tool for calendar visualization
[[bin]]
name = "gitcal"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.23"

[dependencies.colored]
version = "2.1.0"

[dependencies.hex_color]
version = "3.0.0"

[dependencies.jiff]
version = "0.1.21"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12.12"

[dependencies.serde_json]
version = "1.0.134"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A CLI tool for calendar visualization"
documentation = "https://docs.rs/gitcal"
edition = "2021"
homepage = "https://github.com/denehoffman/gitcal"
license = "MIT OR Apache-2.0"
name = "gitcal"
readme = "README.md"
repository = "https://github.com/denehoffman/gitcal"
version = "0.1.2"