Skip to content

Commit

Permalink
chore: Complete missing fields before publishing to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ducdetronquito committed Jan 11, 2024
1 parent eda5314 commit 995f208
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
[package]
name = "birthday"
description = "🎂 CLI tool to remember birthdays of people you know"
version = "0.1.0"
edition = "2021"
authors = ["ducdetronquito <[email protected]>"]
license = "Unlicense"
homepage = "https://github.com/ducdetronquito/birthday"
repository = "https://github.com/ducdetronquito/birthday"
readme = "README.md"
keywords = ["birthday"]
categories = [
"command-line-utilities"
]

[[bin]]
name = "birthday"

[dependencies]
anyhow = "1.0.76"
Expand Down

0 comments on commit 995f208

Please sign in to comment.