From eefae5d61a8cc9766e9e761b6340c9ce8e0912d6 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 14 Apr 2025 23:33:29 +0100 Subject: [PATCH] Add readme field to Cargo.toml for project documentation reference --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5e7b81e..fbc0026 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,5 +3,6 @@ name = "rustframe" version = "0.0.0" edition = "2024" license = "GPL-3.0-or-later" +readme = "README.md" [dependencies]