Skip to content

Commit 4e02a5b

Browse files
committed
Add more fields to Cargo.toml.
1 parent eca1309 commit 4e02a5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ authors = ["Christian Tamblyn <[email protected]>"]
55
edition = "2018"
66
description = "A simple crate which allows iteration over the set bits in an integral value."
77
license = "MIT"
8+
documentation = "https://docs.rs/bit-iter"
9+
repository = "https://github.com/ctamblyn/bit-iter"
10+
keywords = ["bits", "iterator", "bit-twiddling"]
11+
categories = ["algorithms"]
812

913
[dependencies]

0 commit comments

Comments
 (0)