|
@@ -5,7 +5,11 @@ name = "tauri-cli"
|
|
version = "1.0.0-beta-rc.0"
|
|
version = "1.0.0-beta-rc.0"
|
|
authors = [ "Lucas Nogueira <lucas@tauri.studio>" ]
|
|
authors = [ "Lucas Nogueira <lucas@tauri.studio>" ]
|
|
edition = "2018"
|
|
edition = "2018"
|
|
|
|
+categories = [ "gui", "web-programming" ]
|
|
license = "Apache-2.0 OR MIT"
|
|
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"]
|
|
include = ["src/", "/templates", "MergeModules/", "*.json", "*.rs"]
|
|
|
|
|
|
[[bin]]
|
|
[[bin]]
|