From c2365f7ad9d06cd42bdd47030143f3312431f2f3 Mon Sep 17 00:00:00 2001 From: Clark McCauley Date: Sat, 22 Jul 2023 10:13:14 -0600 Subject: [PATCH] Updating cargo --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 977816a..02b17e6 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -506,7 +506,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chitchat" -version = "0.0.0" +version = "0.1.0" dependencies = [ "anyhow", "bytesize", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0ad84a9..06731bc 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "chitchat" -version = "0.0.0" +version = "0.1.0" description = "Chitchat" authors = ["Clark McCauley"] -license = "" -repository = "" +license = "MIT" +repository = "https://github.com/clarkmcc/chitchat" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html