From 6fb32e743ca989348171912cea56e58fb8e084f2 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:15:24 +0100 Subject: [PATCH] Update package version and enhance description in Cargo.toml --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 58d82f8..f5a7d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "rustframe" authors = ["Palash Tyagi (https://github.com/Magnus167)"] -version = "0.0.1-a.20250716" +version = "0.0.1-a.20250804" edition = "2021" license = "GPL-3.0-or-later" readme = "README.md" -description = "A simple dataframe library" +description = "A simple dataframe and math toolkit" +documentation = "https://magnus167.github.io/rustframe/" [lib] name = "rustframe"