Bläddra i källkod

chore(Cargo.toml) fill the `categories` field (#755)

Lucas Fernandes Nogueira 5 år sedan
förälder
incheckning
eda41ec826
3 ändrade filer med 3 tillägg och 0 borttagningar
  1. 1 0
      cli/tauri-bundler/Cargo.toml
  2. 1 0
      tauri-api/Cargo.toml
  3. 1 0
      tauri/Cargo.toml

+ 1 - 0
cli/tauri-bundler/Cargo.toml

@@ -9,6 +9,7 @@ authors = [
   "Daniel Thompson-Yvetot <denjell@sfosc.org>",
   "Tensor Programming <tensordeveloper@gmail.com>"
 ]
+categories = [ "command-line-utilities", "development-tools::cargo-plugins" ]
 license = "MIT/Apache-2.0"
 keywords = [ "bundle", "cargo", "tauri" ]
 repository = "https://github.com/tauri-apps/tauri"

+ 1 - 0
tauri-api/Cargo.toml

@@ -6,6 +6,7 @@ authors = [
   "Daniel Thompson-Yvetot <denjell@sfosc.org>",
   "Tensor Programming <tensordeveloper@gmail.com>"
 ]
+categories = [ "gui", "os", "filesystem", "web-programming" ]
 license = "MIT"
 homepage = "https://tauri.studio"
 repository = "https://github.com/tauri-apps/tauri"

+ 1 - 0
tauri/Cargo.toml

@@ -6,6 +6,7 @@ authors = [
   "Daniel Thompson-Yvetot <denjell@sfosc.org>",
   "Tensor Programming <tensordeveloper@gmail.com>"
 ]
+categories = [ "gui", "web-programming" ]
 license = "MIT"
 homepage = "https://tauri.studio"
 repository = "https://github.com/tauri-apps/tauri"