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

This commit is contained in:
Lucas Fernandes Nogueira 2021-04-14 14:12:11 -03:00 committed by GitHub
parent dec31adde2
commit 8572c6e407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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