Skip to content

Commit

Permalink
fix: Updating cargo toml to include only 5 keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
dandxy89 committed Jan 1, 2025
1 parent 9753d7e commit c780403
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 @@ -6,7 +6,7 @@ authors = ["Dan Dixey", "Dan Dixey <[email protected]>"]
rust-version = "1.61.0"
license = "MIT OR Apache-2.0"
description = "A Rust parser for the LP file format."
keywords = ["linear-programming", "optimization", "parser", "math", "solver", "integer-programming"]
keywords = ["linear-programming", "optimization", "parser", "integer-programming", "math"]
categories = ["mathematics", "algorithms", "science"]
repository = "https://github.com/dandxy89/lp_parser_rs"
default-run = "lp_parser"
Expand Down

0 comments on commit c780403

Please sign in to comment.