We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ef30f commit 8023242Copy full SHA for 8023242
Cargo.toml
@@ -2,6 +2,12 @@
2
name = "gitcal"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "A CLI tool for calendar visualization"
6
+documentation = "https://docs.rs/gitcal"
7
+readme = "README.md"
8
+homepage = "https://github.com/denehoffman/gitcal"
9
+repository = "https://github.com/denehoffman/gitcal"
10
+license = "MIT OR Apache-2.0"
11
12
[dependencies]
13
chrono = "0.4.38"
0 commit comments