From eda41ec826a33f75016a5dc687a5d21f6956415d Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Thu, 9 Jul 2020 21:54:35 -0300 Subject: [PATCH] chore(Cargo.toml) fill the `categories` field (#755) --- cli/tauri-bundler/Cargo.toml | 1 + tauri-api/Cargo.toml | 1 + tauri/Cargo.toml | 1 + 3 files changed, 3 insertions(+) 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"