Skip to content

Commit

Permalink
Reduce Cargo.toml keywords 6 -> 5 for publishing on crates.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharov committed Jun 15, 2023
1 parent 7f4b11a commit 2a733b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "A Rust package allowing sharing of data between processes in a wa
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/cloudflare/mmap-sync"
keywords = ["memory-mapping", "synchronization", "multithreading", "interprocess", "wait-free", "zero-copy"]
keywords = ["memory-mapping", "synchronization", "interprocess", "wait-free", "zero-copy"]
categories = ["os", "filesystem", "concurrency", "data-structures", "memory-management"]

[dependencies]
Expand Down

0 comments on commit 2a733b3

Please sign in to comment.