Add authors field to Cargo.toml

This commit is contained in:
Palash Tyagi 2025-07-26 20:53:47 +01:00
parent 6abf4ec983
commit 845667c60a

View File

@ -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"