From 2693ff998819ab160183c59e3439accf7d276bd7 Mon Sep 17 00:00:00 2001 From: piyoppi Date: Mon, 11 Mar 2024 23:51:13 +0900 Subject: [PATCH] Add package description to Cargo.toml --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a614e9d..76fa50a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }