Skip to content

Commit c7db7b1

Browse files
committed
add cargo info
1 parent 09acf5e commit c7db7b1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
[package]
22
name = "sequential-id-alloc"
33
version = "0.1.0"
4+
authors = ["Robert Krahn <robert@hyper.video>", "Pablo Sichert <pablo@hyper.video>"]
5+
categories = ["data-structures"]
46
edition = "2021"
7+
homepage = "https://github.com/hypervideo/sequential-id-alloc"
8+
license = "MPL-2.0"
9+
repository = "https://github.com/hypervideo/sequential-id-alloc"
10+
description = "A simple sequential ID allocator that guarantees sequential allocation"
511

612
[dependencies]
713
bitvec = { version = "1", default-features = false }

0 commit comments

Comments
 (0)