From cdd6635c8f00c27afdc80417df336b71f8174acf Mon Sep 17 00:00:00 2001 From: binarybaron Date: Thu, 8 Aug 2024 11:19:25 +0200 Subject: [PATCH] chore: Add author names to Cargo.toml --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 57d70c20..98077ef9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unstoppableswap-gui-rs" version = "0.0.0" -authors = ["you"] +authors = ["binarybaron", "einliterflasche", "unstoppableswap"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html