From 0e5052d67b730e06bf9e1f876f37599bc26b2781 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Wed, 16 Sep 2020 18:40:29 +0900 Subject: [PATCH] Add "commont metadata" to Cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 22558ba..ce3c69d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "ac-library-rs" version = "0.1.0" authors = ["matsu7874 "] edition = "2018" +description = "A Rust port of AtCoder Library (ACL)." +license = "CC0-1.0" +repository = "https://github.com/rust-lang-ja/ac-library-rs" +keywords = ["competitive"] +categories = ["algorithms", "data-structures"] publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html