Skip to content

Commit 8023242

Browse files
committed
ci: update Cargo.toml
1 parent f4ef30f commit 8023242

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "gitcal"
33
version = "0.1.0"
44
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"
511

612
[dependencies]
713
chrono = "0.4.38"

0 commit comments

Comments
 (0)