Skip to content

Commit a85e1f2

Browse files
committed
fix: Add required Cargo.toml fields to publish
1 parent aeb362d commit a85e1f2

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
[package]
22
name = "git-checkout-ago"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55

6+
description = "`git checkout-ago 'x months'` alias to immediately browse a repo during its golden era (or like, before your oopsie)"
7+
license = "Unlicense"
8+
9+
repository = "https://github.com/DeflateAwning/git-checkout-ago"
10+
homepage = "https://github.com/DeflateAwning/git-checkout-ago"
11+
12+
keywords = ["git", "cli", "developer-tools"]
13+
categories = ["command-line-utilities", "development-tools"]
14+
15+
authors = ["DeflateAwning"]
16+
17+
618
[dependencies]
719

820
[lints.clippy]

0 commit comments

Comments
 (0)