From 845667c60a255ebb0066eaedee95d5c48bc7a6a9 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 26 Jul 2025 20:53:47 +0100 Subject: [PATCH] Add authors field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 983cbbd..4339319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "rustframe" +authors = ["Palash Tyagi (https://github.com/Magnus167)"] version = "0.0.1-a.20250716" edition = "2021" license = "GPL-3.0-or-later"