Skip to content

Commit 2a6e706

Browse files
committed
Preparing to publish crate
1 parent b0a3f6e commit 2a6e706

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ name = "bit-long-vec"
33
version = "0.1.0"
44
authors = ["vagola <vladislavs.golubs@yandex.ru>"]
55
edition = "2018"
6+
description = "Vector with fixed bit sized values stored in long."
7+
license = "MIT"
8+
homepage = "https://github.com/eihwaz/bit-long-vec"
9+
repository = "https://github.com/eihwaz/bit-long-vec"
10+
keywords = ["bitset", "bitvector"]
11+
readme = "README.md"

0 commit comments

Comments
 (0)