Add description field to Cargo.toml for project clarity

This commit is contained in:
Palash Tyagi 2025-04-14 23:37:43 +01:00
parent e59bf440d6
commit 5c54e0fd3e

View File

@ -4,5 +4,6 @@ version = "0.0.0"
edition = "2024" edition = "2024"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
readme = "README.md" readme = "README.md"
description = "A simple and lightweight dataframe library"
[dependencies] [dependencies]