Skip to content

Commit

Permalink
bump: add additional categories to Cargo.toml for improved discoverab…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
Kremilly committed Dec 22, 2024
1 parent f73e135 commit b59d863
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 @@ -4,7 +4,7 @@ version = "0.1.21"
edition = "2021"
license = "MIT"
authors = ["kremilly"]
categories = ["command-line-utilities"]
categories = ["command-line-utilities", "database", "dev-tools"]
keywords = ["mysql", "dump", "restore", "backup", "database"]
description = "DumpSync is a lightweight tool designed for efficiently dumping and restoring MySQL databases. Whether you need to create backups, restore databases, or transfer data between servers."
repository = "https://github.com/kremilly/DumpSync"
Expand Down

0 comments on commit b59d863

Please sign in to comment.