Skip to content

Commit

Permalink
docs: add crate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline committed Mar 29, 2024
1 parent 54c21ff commit e4eaca0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "twir-qotw-scraper"
version = "0.1.0"
edition = "2021"
description = "An ad-hoc, just-for-fun project of Rust Hack and Learn Meetup Berlin."
license = "CC0-1.0"
repository = "https://github.com/LeoniePhiline/twir-qotw-scraper"
keywords = ["this week in rust", "quote of the week"]
categories = ["command-line-utilities"]

[dependencies]
chrono = { version = "0.4.37", default-features = false }
Expand Down

0 comments on commit e4eaca0

Please sign in to comment.