Skip to content

Commit 2f0ef78

Browse files
committed
Refactor Cargo.toml: Simplify keywords list for clarity
- Removed redundant keywords from the Cargo.toml file, streamlining the list to focus on essential terms: "fix", "fix-protocol", "fast", "trading", and "hft". - This change enhances the clarity of the project's metadata without affecting its functionality or dependencies. - The updated keywords better reflect the core aspects of the project, improving discoverability and relevance in package registries.
1 parent 2ae63f0 commit 2f0ef78

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,7 @@ repository = "https://github.com/rusty-trading/rusty-fix-engine"
2020
description = "FIX & FAST (FIX Adapted for STreaming) in pure Rust"
2121
publish = true
2222
readme = "README.md"
23-
keywords = [
24-
"fix",
25-
"fix-protocol",
26-
"quickfix",
27-
"fix-engine",
28-
"fix-parser",
29-
"fast",
30-
"protocol",
31-
"trading",
32-
"finance",
33-
"fintech",
34-
"hft",
35-
]
23+
keywords = ["fix", "fix-protocol", "fast", "trading", "hft"]
3624
categories = [
3725
"network-programming",
3826
"parser-implementations",

0 commit comments

Comments
 (0)