Skip to content

Commit

Permalink
Clean up the crate Cargo TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Dec 10, 2024
1 parent 9fbb578 commit 66c9e5f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
[package]
name = "raw-collections"
name = "bumparaw-collections"
description = "A small set of bumpalo-backed collections for low-level operations"
authors = ["Louis Dureuil <louis@meilisearch.com>", "Kerollmops <clement@meilisearch.com>"]
license = "MIT"
repository = "https://github.com/meilisearch/bumparaw-collections"
keywords = ["bumpalo", "collections", "serde", "json", "bitpacking"]
categories = ["algorithms", "data-structures"]
version = "0.1.0"
edition = "2021"

Expand Down

0 comments on commit 66c9e5f

Please sign in to comment.