gitcal 0.1.2

A CLI tool for calendar visualization
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "gitcal"
version = "0.1.2"
edition = "2021"
description = "A CLI tool for calendar visualization"
documentation = "https://docs.rs/gitcal"
readme = "README.md"
homepage = "https://github.com/denehoffman/gitcal"
repository = "https://github.com/denehoffman/gitcal"
license = "MIT OR Apache-2.0"

[dependencies]
reqwest = { version = "0.12.12", features = ["blocking"] }
serde_json = "1.0.134"
colored = "2.1.0"
hex_color = "3.0.0"
clap = "4.5.23"
jiff = "0.1.21"