Compare commits

..

3 Commits

Author SHA1 Message Date
Palash Tyagi
d5db65467e
Merge ff97e6b0b62f308377be7ca51d6458b7ae454f9c into 1fead78b6952e3454cdd5f00c156f092ea941f1d 2025-08-05 00:05:56 +01:00
1fead78b69
Merge pull request #71 from Magnus167/prep-release-20250804
Update package version and enhance description in Cargo.toml
2025-08-04 23:27:12 +01:00
Palash Tyagi
6fb32e743c Update package version and enhance description in Cargo.toml 2025-08-04 23:15:24 +01:00

View File

@ -1,11 +1,12 @@
[package] [package]
name = "rustframe" name = "rustframe"
authors = ["Palash Tyagi (https://github.com/Magnus167)"] authors = ["Palash Tyagi (https://github.com/Magnus167)"]
version = "0.0.1-a.20250716" version = "0.0.1-a.20250804"
edition = "2021" edition = "2021"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
readme = "README.md" readme = "README.md"
description = "A simple dataframe library" description = "A simple dataframe and math toolkit"
documentation = "https://magnus167.github.io/rustframe/"
[lib] [lib]
name = "rustframe" name = "rustframe"