diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index b9e875308..3977d6c16 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -9,6 +9,7 @@ authors = [ "Daniel Thompson-Yvetot ", "Tensor Programming " ] +categories = [ "command-line-utilities", "development-tools::cargo-plugins" ] license = "MIT/Apache-2.0" keywords = [ "bundle", "cargo", "tauri" ] repository = "https://github.com/tauri-apps/tauri" diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index a47dbe6dc..1663b53b5 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -6,6 +6,7 @@ authors = [ "Daniel Thompson-Yvetot ", "Tensor Programming " ] +categories = [ "gui", "os", "filesystem", "web-programming" ] license = "MIT" homepage = "https://tauri.studio" repository = "https://github.com/tauri-apps/tauri" diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 0c843a3ae..c096b2a43 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -6,6 +6,7 @@ authors = [ "Daniel Thompson-Yvetot ", "Tensor Programming " ] +categories = [ "gui", "web-programming" ] license = "MIT" homepage = "https://tauri.studio" repository = "https://github.com/tauri-apps/tauri"