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

This commit is contained in:
Lucas Fernandes Nogueira 2020-07-09 21:54:35 -03:00 committed by GitHub
parent cb5cbcc3bb
commit eda41ec826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"