From 5c54e0fd3e318d053d5fc8fc7986c199834300bf Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Mon, 14 Apr 2025 23:37:43 +0100 Subject: [PATCH] Add description field to Cargo.toml for project clarity --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fbc0026..b80ad83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,6 @@ version = "0.0.0" edition = "2024" license = "GPL-3.0-or-later" readme = "README.md" +description = "A simple and lightweight dataframe library" [dependencies]