Skip to content

Commit

Permalink
*: fix license for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdroychan committed Jul 25, 2024
1 parent 1ef3816 commit 86fdce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "kvbench"
version = "0.1.0"
version = "0.1.1-alpha"
authors = ["Chen Chen <[email protected]>"]
description = "A key-value store benchmark framework with customizable workloads"
edition = "2021"
readme = "README.md"
repository = "https://www.github.com/nerdroychan/kvbench"
license-file = "LICENSE"
license = "GPL-3.0"
keywords = ["benchmark", "key-value"]
categories = ["concurrency", "development-tools::profiling", "development-tools::testing"]
exclude = ["examples"]
Expand Down

0 comments on commit 86fdce4

Please sign in to comment.