Complete fields in Cargo.toml

This commit is contained in:
Óscar García Amor 2022-03-08 15:37:31 +01:00
parent bed09a8770
commit 6f53ba03d2
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
[package]
name = "app"
name = "glowing-bear"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
description = "A web client for WeeChat"
authors = ["glowing-bear-contributors"]
license = "GPL-3.0"
repository = "https://github.com/glowing-bear/glowing-bear"
default-run = "app"
edition = "2021"
rust-version = "1.57"