Skip to content

Commit

Permalink
docs(cargo): add package information
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsonin committed Apr 23, 2024
1 parent fae3fa5 commit fc00080
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
[package]
name = "blazemap"
version = "0.3.0"
version = "0.3.1"
authors = ["Andrew Sonin <sonin.cel@yandex.ru>"]
categories = ["data-structures"]
categories = ["data-structures", "concurrency"]
description = """
Implements a vector-based slab-like map with an interface similar to that of HashMap, \
and also provides tools for generating lightweight identifiers that can be type-safely used as keys for this map.
"""
keywords = ["map", "slab", "hashmap"]
license = "MIT"
documentation = "https://docs.rs/blazemap/"
homepage = "https://github.com/andrewsonin/blazemap"
repository = "https://github.com/andrewsonin/blazemap"
readme = "README.md"
edition = "2021"
Expand Down

0 comments on commit fc00080

Please sign in to comment.