Skip to content

Commit

Permalink
fix: cargo.toml keywords limit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rosendolu committed Jul 26, 2024
1 parent 713d78d commit 0075d71
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ version = "0.1.0"
edition = "2021"
authors = ["rosendofun <[email protected]>"]
categories = ["development-tools", "finance", "algorithms", "data-processing"]
keywords = [
"finance",
"indicators",
"math",
"KDJ",
"MACD",
"technical analysis",
]
keywords = ["finance", "indicators", "KDJ", "MACD", "technical analysis"]
description = """A library providing various financial algorithms including but not limited to the following
- KDJ
— MACD
Expand Down

0 comments on commit 0075d71

Please sign in to comment.