We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09acf5e commit c7db7b1Copy full SHA for c7db7b1
1 file changed
Cargo.toml
@@ -1,7 +1,13 @@
1
[package]
2
name = "sequential-id-alloc"
3
version = "0.1.0"
4
+authors = ["Robert Krahn <robert@hyper.video>", "Pablo Sichert <pablo@hyper.video>"]
5
+categories = ["data-structures"]
6
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"
11
12
[dependencies]
13
bitvec = { version = "1", default-features = false }
0 commit comments