From 6f53ba03d23bbbcae026e2d6948033a9b1f47837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Tue, 8 Mar 2022 15:37:31 +0100 Subject: [PATCH] Complete fields in Cargo.toml --- src-tauri/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7f1bfb3..d023445 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -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"