فهرست منبع

chore(cli.rs): add metadata on manifest (#1483)

Lucas Fernandes Nogueira 4 سال پیش
والد
کامیت
8572c6e407
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      tooling/cli.rs/Cargo.toml

+ 4 - 0
tooling/cli.rs/Cargo.toml

@@ -5,7 +5,11 @@ name = "tauri-cli"
 version = "1.0.0-beta-rc.0"
 authors = [ "Lucas Nogueira <lucas@tauri.studio>" ]
 edition = "2018"
+categories = [ "gui", "web-programming" ]
 license = "Apache-2.0 OR MIT"
+homepage = "https://tauri.studio"
+repository = "https://github.com/tauri-apps/tauri"
+description = "Command line interface for building Tauri apps"
 include = ["src/", "/templates", "MergeModules/", "*.json", "*.rs"]
 
 [[bin]]