Skip to content

Commit 867d025

Browse files
authored
Merge pull request #53 from qryxip/common-metadata
Add "commont metadata" to Cargo.toml
2 parents 3056e2a + 0e5052d commit 867d025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name = "ac-library-rs"
33
version = "0.1.0"
44
authors = ["matsu7874 <[email protected]>"]
55
edition = "2018"
6+
description = "A Rust port of AtCoder Library (ACL)."
7+
license = "CC0-1.0"
8+
repository = "https://github.com/rust-lang-ja/ac-library-rs"
9+
keywords = ["competitive"]
10+
categories = ["algorithms", "data-structures"]
611
publish = false
712

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

0 commit comments

Comments
 (0)