[[bin]]
name = "gitcal"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.38"
[dependencies.clap]
version = "4.5.17"
[dependencies.colored]
version = "2.1.0"
[dependencies.hex_color]
version = "3.0.0"
[dependencies.reqwest]
features = ["blocking"]
version = "0.12.7"
[dependencies.serde_json]
version = "1.0.128"
[package]
autobenches = false
autobins = false
autoexamples = 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.0"