fix(template) incorrect package > authors field on Cargo.toml (#479)

This commit is contained in:
Lucas Fernandes Nogueira 2020-03-01 11:08:32 -03:00 committed by GitHub
parent 83d6e052e6
commit 4741394b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
name = "app"
version = "0.1.0"
description = "A Tauri App"
author = ["you"]
authors = ["you"]
license = ""
repository = ""
default-run = "app"