diff --git a/Cargo.toml b/Cargo.toml index ff7ed25..7a70b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.22" edition = "2021" license = "MIT" authors = ["kremilly"] -categories = ["command-line-utilities", "database", "dev-tools"] +categories = ["command-line-utilities", "database"] 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"