From 5be08b4d0e6e2d11b918bd5869303ba4309e0921 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 14 Apr 2025 23:43:49 +0100 Subject: [PATCH] Refine project description in Cargo.toml and README.md for clarity --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b80ad83..17c9557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.0.0" edition = "2024" license = "GPL-3.0-or-later" readme = "README.md" -description = "A simple and lightweight dataframe library" +description = "A simple dataframe library" [dependencies] diff --git a/README.md b/README.md index 2d87dac..80aebc7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # rustframe -A simple and lightweight Rust library for handling dataframes for numerical data analysis and manipulation. \ No newline at end of file +A simple dataframe library. \ No newline at end of file