We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3056e2a + 0e5052d commit 867d025Copy full SHA for 867d025
Cargo.toml
@@ -3,6 +3,11 @@ name = "ac-library-rs"
3
version = "0.1.0"
4
authors = ["matsu7874 <[email protected]>"]
5
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"]
11
publish = false
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments