Skip to content

Commit 0e5052d

Browse files
committed
Add "commont metadata" to Cargo.toml
1 parent 3056e2a commit 0e5052d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
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)