Skip to content

Commit

Permalink
Add package description to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoppi committed Mar 11, 2024
1 parent d8e8642 commit 2693ff9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "chiritori"
version = "0.1.0"
description = "A tool for finding and removing time-limited source code"
repository = "https://github.com/piyoppi/chiritori"
license = "MIT"
authors = ["piyoppi"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.34"
clap = { version = "4.5.1", features = ["derive"] }

0 comments on commit 2693ff9

Please sign in to comment.