Skip to content

Commit

Permalink
Minor fixes to Cargo.toml
Browse files Browse the repository at this point in the history
Remove keyword that's >20 chars from Cargo.toml. Fix Apache 2.0 to add
a hyphen.
  • Loading branch information
boydgreenfield committed Oct 5, 2023
1 parent d131df2 commit 82b7f14
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
Expand Up @@ -6,10 +6,10 @@ authors = ["Vincent Prouillet <vincent@onecodex.com>", "Gerrit Gerritsen <gerrit
homepage = "https://github.com/onecodex/rust-bfield/"
repository = "https://github.com/onecodex/rust-bfield/"
readme = "README.md"
keywords = ["B-field", "probabilistic data structures"]
keywords = ["B-field"]
categories = ["data-structures"]
edition = "2018"
license = "Apache 2.0"
license = "Apache-2.0"
exclude = [
".gitignore",
".github/*",
Expand Down

0 comments on commit 82b7f14

Please sign in to comment.